From 8964661927416b2f524263a9293d7f2b7c0a60dc Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 25 Mar 2026 06:20:54 +0000 Subject: [PATCH] Add pull request template Add a simple PR template to help contributors provide consistent information when submitting pull requests. Co-Authored-By: Claude Opus 4.5 --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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..ccc7231 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Description + + + +## Type of Change + +- [ ] Adding a new tool/resource +- [ ] Updating an existing entry +- [ ] Fixing a broken link +- [ ] Other (please describe) + +## Checklist + +- [ ] I have read the contributing guidelines +- [ ] The entry follows the existing format +- [ ] Links have been verified and are working +- [ ] The entry is placed in the appropriate category