diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..bb84a734 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,61 @@ +## Summary + +### Key Changes + +- Implemented [feature/new-module] +- Fixed issue with [bug/issue-name] +- Updated documentation for [feature/update-docs] + +--- + +## Related Issues + +Closes #[issue-number] + +--- + +## Type of Change + +- [ ] 🐛 Bug fix +- [ ] ✨ New feature +- [ ] ⚙️ Enhancement/Improvement +- [ ] 📚 Documentation update +- [ ] 🔧 Refactoring (non-breaking change with no new features or fixes) +- [ ] 🚨 Breaking change (changes that break backwards compatibility) + +--- + +## Checklist + +- [ ] I have thoroughly tested my changes. +- [ ] The code follows the style guidelines of this project. +- [ ] I have added/updated relevant documentation (if applicable). +- [ ] I have added tests that prove my fix is effective or my feature works (if applicable). +- [ ] All new and existing tests pass. +- [ ] This pull request is ready to be merged and reviewed. + +--- + +## Detailed Description + +### Before & After + +**Before:** + +**After:** + +--- + +## How Has This Been Tested? + +- Unit tests added for [specific module]. +- Manual testing performed on [platform/browser]. +- Verified using [CI pipeline] to ensure no regressions were introduced. + +--- + +## Screenshots (if applicable) + +--- + +## Additional Information