We welcome contributions to spicy-donkey! Please follow these guidelines to ensure a smooth process.
If you have a bug or a feature request, please open an issue.
If you have a solution, please open a pull request. Before submitting a pull request, please make sure the following is done:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests!
- If you've made any major changes to functionality, update the documentation.
- Ensure the test suite passes.
- Don't bump versions or update the CHANGELOG.
- Make sure your code lints. We've done our best to make sure these rules match our internal linting guidelines.
Thank you for contributing!