We love your input! We want to make contributing to CrisisCore Systems projects as easy and transparent as possible.
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
- Fork the repo and create your branch from
main - If you've added code that should be tested, add tests
- If you've changed APIs, update the documentation
- Ensure the test suite passes
- Make sure your code follows our coding style
- Issue that pull request!
- Update the README.md with details of changes if applicable
- Update the requirements.txt if you add any dependencies
- The PR will be merged once you have the sign-off of at least one developer
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project.
- Use 4 spaces for indentation
- Follow PEP 8 guidelines
- Write meaningful commit messages
- Document your code