Merge pull request #1343 from l0b0/docs/pr-template-checklist

docs: Contribution checklist as part of PR template
This commit is contained in:
Phillip Cloud 2023-10-21 12:37:00 +00:00 committed by GitHub
commit edc69ea2f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -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"