From fb9c4ab85b0325b47f60efad31fa54b88ce0c831 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 8 Apr 2025 09:54:27 -0700 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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