0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/CONTRIBUTING.org

25 lines
703 B
Org Mode
Raw Normal View History

2023-04-22 07:35:07 -04:00
* Things to consider before contributing.
** Knowledge Required
- Rust basics.
- Actix-web crate basics.
- Tokio crate and async/await.
- Reqwest crate basics.
- Serde and serde_json crate basics.
- fake_useragent crate basics.
- pyo3/hlua/rlua crates basics.
** Guidelines
- Please be patient.
- Treat everyone with respect --- ("give respect and take respect").
- Document your code properly with rust coding conventions in mind.
- Provide a brief description of what changes you made in the pull request.
- Provide an apropriate header to pull request.
*NOTE:* The rolling branch is where all the contributions should go. In simple terms, it is the working branch for this project.