diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bf632e2..348f0ac 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,6 @@ ## Pull Request Checklist - [ ] The Rayhunter team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them. -- [ ] Add or update any documentation as needed to support the changes in this PR. +- [ ] Added or updated any documentation as needed to support the changes in this PR. +- [ ] Code has been linted and run through `cargo fmt` +- [ ] If any new functionality has been added, unit tests were also added