Skip to content

Commit

Permalink
Merge pull request #1886 from elikoga/master
Browse files Browse the repository at this point in the history
update links in the pull request template for contributing and automated tests
  • Loading branch information
Nebucatnetzer authored Jan 7, 2025
2 parents 058cce6 + 6ac156c commit 558edbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Contribution](README.md#contributing) checklist (recommended but not always applicable/required):
[Contribution](https://github.com/nix-community/poetry2nix/blob/master/README.md#contributing) checklist (recommended but not always applicable/required):

- [ ] There's an _[automated test](tests/default.nix)_ for this change
- [ ] There's an _[automated test](https://github.com/nix-community/poetry2nix/blob/master/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 558edbe

Please sign in to comment.