gh-templating
Version:
## A CLI tool to make choosing GitHub PR templates easier
40 lines (25 loc) • 936 B
Markdown
# Release
This PR constitutes a release of version XX.XX.
Link to ticket:
## What has changed
Here is a brief overview of the changes this PR implements:
- Change 1
- Change 2
- Change 3
## Versioning
Does this change impact a minor or patch version of the build?
- [ ] yes
- [ ] no
If yes:
- [ ] I have bumped the appropriate version
## Breaking changes
- [ ] This release brings breaking changes
- [ ] I have done my best to detail those in documentation or communicate these changes through other channels
## 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