diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..c9f61d6d4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,49 @@ +## 🚀 What’s this Pull Request? + +Please describe the purpose and context of this PR. Is it a bugfix, a feature, a refactor, or maintenance? + +- Type: + - [ ] Bugfix + - [ ] Feature + - [ ] Refactor + - [ ] Chore + - [ ] Other +- Related Issue(s): Closes #XXXX, Implements #XXXX + +## ✅ What’s Changed? + +Briefly summarize the changes you’ve made. + +- ... +- ... +- ... + +## 🔬 How to Test + +Describe how a maintainer or reviewer can manually verify your changes. + +1. ... +2. ... +3. ... + +## 🧪 Tests + +- [ ] Unit tests added or updated +- [ ] No tests needed +- [ ] Not applicable + +## 📚 Documentation + +- [ ] Updated relevant docs +- [ ] No docs needed +- [ ] Not applicable + +## 💡 Additional Notes + +- Compatibility concerns? (e.g., PHP version, tracker behavior, database migrations) +- Any known limitations? +- Anything reviewers should pay special attention to? + +## 📸 UI / Frontend Changes (if applicable) + +_Add screenshots, videos, or gif demos if you made UI changes._