From ed4d2f082ac5bda6b16417278e58f526687f084d Mon Sep 17 00:00:00 2001 From: sudoxnym <76703581+sudoxnym@users.noreply.github.com> Date: Sun, 13 Apr 2025 13:24:26 -0600 Subject: [PATCH] Add files via upload --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..83c718c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +# 🛠️ Pull Request + +## Description +Please include a summary of the changes and the related issue. + +Fixes #[issue-number] + +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update + +## Checklist + +- [ ] I’ve tested these changes locally +- [ ] I’ve added appropriate comments and documentation +- [ ] I’ve added tests or updated existing ones +- [ ] I’ve updated the README if necessary + +## Additional Info +Anything else to include?