Skip to content

Commit

Permalink
update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Jan 5, 2024
1 parent 691c6b6 commit 7988679
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
## Description

Please include a summary of the change.
By default the change will increment the patch version, to increment major or minor changes add #major or #minor to the PR description.


## Checklist:
- [ ] Unit tests are added to cover the changes.
- [ ] The changes are mentioned in the documentation
- [ ] CHANGELOG.md is updated (by default the change will increment the patch version, to increment major or minor changes add #major or #minor to the PR description)
- [ ] The changes are mentioned in the documentation.
- [ ] CHANGELOG.md is updated (skip if the change is not important for the changelog).

0 comments on commit 7988679

Please sign in to comment.