From 32860627535dfc1249088de36d1eb561a39851a9 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Wed, 24 Nov 2021 09:29:10 -0500 Subject: github: update PR template's contributing URL (#1120) "HACKING" was renamed to "CONTRIBUTING", update the PR template URL accordingly. Signed-off-by: Chris Patterson --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0aa97dd4..017e82e4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,6 +27,6 @@ setup, and teardown. Scripts used may be attached directly to this PR. --> ## Checklist: - - [ ] My code follows the process laid out in [the documentation](https://cloudinit.readthedocs.io/en/latest/topics/hacking.html) + - [ ] My code follows the process laid out in [the documentation](https://cloudinit.readthedocs.io/en/latest/topics/contributing.html) - [ ] I have updated or added any unit tests accordingly - [ ] I have updated or added any documentation accordingly -- cgit v1.2.3