From 6ac156c7edd9e11273a01e22004242bcc4c318e7 Mon Sep 17 00:00:00 2001 From: Eli Kogan-Wang Date: Tue, 7 Jan 2025 17:12:54 +0100 Subject: [PATCH] update links in the pull request template for contributing and automated tests --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e67fb2028..037633573 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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"