Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 762 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (5 loc) · 762 Bytes

Contributing

When contributing to this repository, please check issues or PRs first to make sure if your change as already been discussed. If you do a bug fix please make sure to mention the issue you are fixing, if it is a new bug make an issue first before the PR. As well if it is a new feature it would be best to create a new issue and we can discuss it before starting on it.

Pull Request Process

  1. This repo will run a cargo check, cargo build, as well as cargo test when it is made. Please make sure to run these commands and you see no errors, warnings, or failed tests before making your PR to speed up this process.
  2. When making the PR please make sure to mention the issue # or create an issue first then link it when making the PR.