MD AL AMIN TALUKDAR
commited on
Commit
•
f2d1865
1
Parent(s):
5ed8714
docs: Update CONTRIBUTING.org for clarity and organization
Browse filesThis commit updates the CONTRIBUTING.org file for the Websurfx project to improve its clarity and organization. The changes were made to ensure that contributors have a clear understanding of the project's requirements and guidelines.
The changes include reorganizing the existing guidelines to improve their flow and readability, and clarifying the requirements for contributing to the project. Additionally, the formatting has been adjusted to ensure consistency and improve readability.
- CONTRIBUTING.org +15 -13
CONTRIBUTING.org
CHANGED
@@ -1,24 +1,26 @@
|
|
1 |
-
* Things to
|
2 |
|
3 |
** Knowledge Required
|
4 |
-
- Rust basics
|
5 |
-
- Actix-web crate basics
|
6 |
-
- Tokio crate and async/await
|
7 |
-
- Reqwest crate basics
|
8 |
-
- Serde and serde_json crate basics
|
9 |
-
- fake_useragent crate basics
|
10 |
-
- pyo3/hlua/rlua crates basics
|
11 |
|
12 |
** Guidelines
|
13 |
|
14 |
- Please be patient.
|
15 |
|
16 |
-
- Treat everyone with respect
|
17 |
|
18 |
-
- Document your code properly with
|
19 |
|
20 |
-
- Provide a brief description of
|
21 |
|
22 |
-
- Provide an
|
23 |
|
24 |
-
*NOTE:* The rolling branch is where all
|
|
|
|
|
|
1 |
+
* Things to Consider Before Contributing
|
2 |
|
3 |
** Knowledge Required
|
4 |
+
- Rust basics
|
5 |
+
- Actix-web crate basics
|
6 |
+
- Tokio crate and async/await
|
7 |
+
- Reqwest crate basics
|
8 |
+
- Serde and serde_json crate basics
|
9 |
+
- fake_useragent crate basics
|
10 |
+
- pyo3/hlua/rlua crates basics
|
11 |
|
12 |
** Guidelines
|
13 |
|
14 |
- Please be patient.
|
15 |
|
16 |
+
- Treat everyone with respect -- "give respect and take respect."
|
17 |
|
18 |
+
- Document your code properly with Rust coding conventions in mind.
|
19 |
|
20 |
+
- Provide a brief description of the changes you made in the pull request.
|
21 |
|
22 |
+
- Provide an appropriate header for the pull request.
|
23 |
|
24 |
+
*NOTE:* The rolling branch is where all contributions should go. In other words, it is the working branch for this project.
|
25 |
+
|
26 |
+
We appreciate any contributions and suggestions to help improve the Websurfx project. Please keep in mind the above requirements and guidelines before submitting a pull request.
|