To contribute to the Scattersphere project, please do the following:
- File an issue
- Fork the repository
- Make proposed changes on a branch in your repository
- Make sure the project does the following:
- Passes in CircleCI
- Compiles with no warnings or errors
- Is properly documented
sh scripts/circle/build.shsh scripts/circle/doc.sh
- Also, make sure all tests pass:
sh scripts/circle/test.sh
- Submit a pull request
By submitting code, you agree to the terms of the Apache 2.0 license outlined in the LICENSE file.