Skip to content

Commit

Permalink
add a pull request template (#342)
Browse files Browse the repository at this point in the history
* add a pull request template

* update PR template

* pr template break long sentence into 2
  • Loading branch information
anilbey committed Jan 5, 2024
1 parent b7c2f60 commit 8185fd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Pull Request Template

## 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 (skip if the change is not important for the changelog).

0 comments on commit 8185fd8

Please sign in to comment.