From b91627d91bb4727cabcdbba536af14282d4b0b72 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:12:36 -0500 Subject: [PATCH] Create pull request template Added a pull request template for better PR submissions. --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 00000000..4eeedd56 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +# Overview +_Short summary of what this PR does_ +- [ ] Added: ... +- [ ] Updated: ... +- [ ] Removed: ... +- [ ] Fixed: ... + +# Changes Made +_Detailed explanation of changes (if needed)_ +- ... + +# Related Issues +_Link any issues this PR addresses_ +- Closes #ISSUE_NUMBER +- Related to #ISSUE_NUMBER + +# Screenshots / Demos +_(Optional: add before/after screenshots, GIFs, or console output)_ + +# Checklist +- [ ] Code follows project style guidelines +- [ ] Supports mobile and desktop UI/app (if applicable) +- [ ] I have read [Contributing.md](https://github.com/LukeGus/Termix/blob/main/CONTRIBUTING.md)