From 77b499a35752e460b0881613329e3e75b08fa087 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 3 Jul 2025 14:29:04 +1000 Subject: [PATCH] Adding PR template --- .github/pull_request_template.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 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..e843009 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ +--- +name: Pull Request +about: Submit a contribution to the awesome-copilot repository +title: '' +labels: needs-review +assignees: '' +--- + +## Pull Request Checklist + +- [ ] I have read and followed the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines. +- [ ] My contribution adds a new instruction, prompt, or chat mode file in the correct directory. +- [ ] The file follows the required naming convention. +- [ ] The content is clearly structured and follows the example format. +- [ ] I have tested my instructions, prompt, or chat mode with GitHub Copilot. +- [ ] I have run `node update-readme.js` and verified that `README.md` is up to date. + +--- + +## Description + + + +--- + +## Type of Contribution + +- [ ] New instruction file. +- [ ] New prompt file. +- [ ] New chat mode file. +- [ ] Other (please specify): + +--- + +## Additional Notes + + + +--- + +By submitting this pull request, I confirm that my contribution abides by the [Code of Conduct](../CODE_OF_CONDUCT.md) and will be licensed under the MIT License.