Skip to content

Commit

Permalink
Merge pull request #1343 from l0b0/docs/pr-template-checklist
Browse files Browse the repository at this point in the history
docs: Contribution checklist as part of PR template
  • Loading branch information
cpcloud authored Oct 21, 2023
2 parents 67dade9 + 7688dc4 commit edc69ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Contribution](README.md#contributing) checklist (recommended but not always applicable/required):

- [ ] There's an _[automated test](tests/default.nix)_ for this change
- [ ] Commit messages or code include _references to related issues or PRs_ (including third parties)
- [ ] Commit messages are _[conventional](https://www.conventionalcommits.org/)_ - examples from [the log](https://github.com/nix-community/poetry2nix/commits/master) include "feat: add changelog files to fixup hook", "fix(contourpy): allow wheel usage", and "test: add sqlalchemy2 test"

0 comments on commit edc69ea

Please sign in to comment.