From bcf71feddbec3b2fa68586c31e2341dffd6659c1 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:18:44 -0400 Subject: [PATCH] Remove HOT's PR template --- .github/pull_request_template.md | 41 -------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 7c560f4e9..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,41 +0,0 @@ -## What type of PR is this? (check all applicable) - -- [ ] 🍕 Feature -- [ ] 🐛 Bug Fix -- [ ] 📝 Documentation -- [ ] 🧑‍💻 Refactor -- [ ] ✅ Test -- [ ] 🤖 Build or CI -- [ ] ❓ Other (please specify) - -## Related Issue - -Example: Fixes #123 - -## Describe this PR - -A brief description of how this solves the issue. - -## Screenshots - -Please provide screenshots of the change. - -## Alternative Approaches Considered - -Did you attempt any other approaches that are not documented in code? - -## Review Guide - -Notes for the reviewer. How to test this change? - -## Checklist before requesting a review - -- 📖 Read the Tasking Manager Contributing Guide: -- 📖 Read the HOT Code of Conduct: -- 👷‍♀️ Create small PRs. In most cases, this will be possible. -- ✅ Provide tests for your changes. -- 📝 Use descriptive commit messages. -- 📗 Update any related documentation and include any relevant screenshots. -- 🔠 Does this PR introduce or change any environment variables? If so, make sure to specify this change in the description. - -## [optional] What gif best describes this PR or how it makes you feel?