We want to make contributing to this project as easy and transparent as possible.
We actively welcome your pull requests!
- Fork the repo and create your branch from
master. - Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes.
- If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the tests pass (
cargo test). - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
By contributing to rusty-bunny, you agree that your contributions will be
licensed under the LICENSE file in the root directory of this source tree.