PULL_REQUEST_TEMPLATE.md
February 5, 2026 ยท View on GitHub
Summary
Type of Change
Breaking Changes (major semver update)
- Add a
!after your change type to denote a change that breaks current behavior
Feature Additions (minor semver update)
- feat: Introduces a new feature to the codebase
Patch Updates (patch semver update)
- fix: Bug fix
- deps: Dependency upgrade
- revert: Revert a previous commit
- chore: Change that does not affect production code
- refactor: Refactoring existing code without changing behavior
- test: Add/update/remove tests
Testing
Notes:
Steps:
- Replace this text with a list of steps used to validate changes or type 'Passing CI suffices'.
- ...
Screenshots (if applicable)
Related Issues
GitHub issue: #[GitHub issue number] GUS work item: [WI number](WI link)