From e864ce0a51d677730ba736f591befb0ea4681a9f Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Thu, 27 Mar 2025 11:19:32 -0700 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..bf632e2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +## 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.