File size: 703 Bytes
15fc415
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
* 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.