gh-templating
Version:
## A CLI tool to make choosing GitHub PR templates easier
37 lines (23 loc) • 779 B
Markdown
# Hotfix
This PR constitutes a hotfix.
Link to ticket:
## What has changed
Here is a brief overview of the changes this PR implements:
- Change 1
- Change 2
- Change 3
These changes were necessary because ...
## Versioning
Does this change impact a minor or patch version of the build?
- [ ] yes
- [ ] no
If yes:
- [ ] I have bumped the appropriate version
## Code of conduct
- [ ] My code is clean
- [ ] I have added meaningful tests
- [ ] My tests all pass
- [ ] The test coverage conforms to the agreed upon percentage
- [ ] My changes have kept the original behavior of the program intact
- [ ] I have fulfilled the requirements included in this PR
- [ ] To my knowledge, these changes are the best way of implementing the new features