Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 561 Bytes

Contributing

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

Pull Request Process

  1. Create an issue describing the changes you wish to make.
  2. Fork the repo, develop and test your changes (Also try to provide unit tests and/or CI tests wherever possible).
  3. Always make sure to run rusfmt for the CI.
  4. Always build with --release flag.
  5. If everything goes fine, submit a pull request. detailing all the changes.