- Add a
!after your change type to denote a change that breaks current behavior
- feat: Introduces a new feature to the codebase
- 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
Notes:
Steps:
- Replace this text with a list of steps used to validate changes or type 'Passing CI suffices'.
- ...
GitHub issue: #[GitHub issue number] GUS work item: [WI number](WI link)