Update pull_request_template.md

This commit is contained in:
Will Greenberg
2025-04-08 09:54:27 -07:00
committed by Cooper Quintin
parent e864ce0a51
commit fb9c4ab85b

View File

@@ -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