Thank you for deciding to contribute to our project!
Code contributed to this project MUST adhere to the standard rust formatting guidelines.
Before submitting a pull request run the command
‘’’ cargo fmt -all ‘’’
To ensure your code is formatted correctly.
- Fork B7 repository (requires GitLab Account).
- Make any contributions to your local repo. Create your own branch before comitting anything (master is protected). *Be sure to thoroughly comment your code according to These examples so B7 can automatically generate official documentation supporting your contribution.
- Submit a pull request to the master branch.
- Your code will be reviewed and either merged into the branch or rejected with useful comments to improve your submission attempt.