Skip to content

Commit

Permalink
chore: add pull request template (#608)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md

* Update pull_request_template.md

* Update pull_request_template.md
  • Loading branch information
LoricAndre authored Nov 24, 2024
1 parent dc5eb1e commit 53612a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Checklist

_check the box if it is not applicable to your changes_
- [ ] The title of my PR follows the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) convention
- [ ] I have updated the README with the necessary documentation
- [ ] I have added unit tests
- [ ] I have added [end-to-end tests](test/test_skim.py)
- [ ] I have linked all related issues or PRs
- [ ] I have re-generated the completions and manpage using `cargo xtask compgen` and `cargo xtask mangen`

## Description of the changes

0 comments on commit 53612a7

Please sign in to comment.