diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9896434..156c1c6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,75 +1,28 @@ ## Description - - -## Related Issue - - - -Fixes #(issue number) + ## Type of Change - - -- [ ] Bug fix (non-breaking change that fixes an issue) -- [ ] New feature (non-breaking change that adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) -- [ ] Documentation update -- [ ] Refactoring (no functional changes) -- [ ] Performance improvement -- [ ] Test update - -## How Has This Been Tested? +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Refactoring +- [ ] Documentation - +## How Was This Tested? - [ ] Unit tests - [ ] Integration tests - [ ] Manual testing -**Test Configuration:** - -- Node.js version: -- OS: + ## Screenshots (if applicable) - - ## Checklist - - -- [ ] My code follows the project's style guidelines -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes -- [ ] Any dependent changes have been merged and published - -## API Changes (if applicable) - - - -**New Endpoints:** - -``` -POST /v1/example -``` - -**Modified Endpoints:** - -``` -GET /v1/example (added new query parameter) -``` - -**Breaking Changes:** - - - -## Additional Notes - - +- [ ] Self-reviewed my code +- [ ] No new warnings +- [ ] Existing tests still pass +- [ ] Breaking changes are documented above