diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d877f187..73cbe0ec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,3 @@ -## Summary - -### Key Changes - -- Implemented [feature/new-module] -- Fixed issue with [bug/issue-name] -- Updated documentation for [feature/update-docs] - ---- - ## Related Issues Closes # @@ -16,40 +6,24 @@ Closes # ## Type of Change -- [ ] 🐛 Bug fix -- [ ] ✨ New feature -- [ ] ⚙️ Enhancement/Improvement +- [ ] 🐛 Bug fix or ⚙️ enhancement +- [ ] ✨ New feature or Chore (change with no new features or fixes) - [ ] 📚 Documentation update -- [ ] 🔧 Refactoring (non-breaking change with no new features or fixes) -- [ ] 🚨 Breaking change (changes that break backwards compatibility) --- ## Checklist (select as many as applicable) -- [ ] I have thoroughly tested my changes. - [ ] The code follows the style guidelines of this project. -- [x] 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 - ## How Has This Been Tested (select as many as applicable)? -- [ ] Unit tests -- [ ] Integration tests +- [ ] Unit tests and or Integration tests - [ ] End-to-end tests -- [ ] Manual testing on [platform/browser] -- [ ] Verified using [CI pipeline] - ---- - -## Screenshots (if applicable) +- [ ] It hasn't been tested --- -## Additional Information +## Detailed Information