PULL_REQUEST_TEMPLATE.md•1.54 kB
# Pull Request
## Description
Brief description of what this PR does.
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring
## Testing
- [ ] Tests pass locally with my changes
- [ ] 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
- [ ] Test coverage maintains or improves upon 80% threshold
## Code Quality
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
- [ ] I have run `npm run validate:rules` and all checks pass
## Documentation
- [ ] I have made corresponding changes to the documentation
- [ ] My changes require no documentation update
## Security
- [ ] I have run `npm run security:check` and there are no new vulnerabilities
- [ ] My changes do not introduce security risks
## ADR Impact
- [ ] This change affects existing ADRs (list which ones)
- [ ] This change requires a new ADR
- [ ] No ADR impact
## Checklist
- [ ] I have read the [CONTRIBUTING guidelines](../CONTRIBUTING.md)
- [ ] I have linked this PR to relevant issues
- [ ] I have updated the TODO.md if this completes tasks