Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 728 Bytes

File metadata and controls

19 lines (16 loc) · 728 Bytes

Contributing to rusty-bunny

We want to make contributing to this project as easy and transparent as possible.

Pull Requests

We actively welcome your pull requests!

  1. Fork the repo and create your branch from master.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes.
  4. If you've added code that should be tested, add tests.
  5. If you've changed APIs, update the documentation.
  6. Ensure the tests pass (cargo test).
  7. Push to the branch (git push origin feature/AmazingFeature)
  8. Open a pull request

License

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.