gh-templating
Version:
## A CLI tool to make choosing GitHub PR templates easier
39 lines (24 loc) • 825 B
Markdown
# Feature
This PR constitutes a new feature.
Link to ticket:
## What has changed
Here is a brief overview of the changes this PR implements:
- Change 1
- Change 2
- Change 3
Users should now be able to ...
This implementation is the best one 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