From 7688dc4104b30fa7348a036b2b7766389be61901 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Wed, 11 Oct 2023 09:57:34 +1300 Subject: [PATCH] docs: Contribution checklist as part of PR template --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e67fb20 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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"