Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 911 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 911 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note this project follows the Rust Code of Conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. You must ensure the changes do not cause any warnings with our linters, follow our formatting guidelines (formatting can be automatically done with cargo fmt) and all changes pass existing and new tests.
  2. You must ensure the changes fully resolve the related issue and all added functionality is tested.
  3. You may merge the Pull Request in once you have the sign-off of atleast one other developer, or if you do not have permission to do that, you may request the reviewer to merge it for you.