summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord1r3ct0r <calvin.mwadime@canonical.com>2023-01-13 18:07:05 +0300
committerGitHub <noreply@github.com>2023-01-13 09:07:05 -0600
commitc2545534c437be08b1cc97f5166d3c2c97bf46a3 (patch)
treea15f4c5aa3a13b0639e9c2dc9bb9da53653ffab1
parentbdc7b040a431c5ef62c0c3bd42eb6680ec799a69 (diff)
downloadcloud-init-git-c2545534c437be08b1cc97f5166d3c2c97bf46a3.tar.gz
docs: update the PR template link to readthedocs (#1958)
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 017e82e4..8f86cadc 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:
<!-- Go over all the following points, and put an `x` in all the boxes
that apply. -->
- - [ ] My code follows the process laid out in [the documentation](https://cloudinit.readthedocs.io/en/latest/topics/contributing.html)
+ - [ ] My code follows the process laid out in [the documentation](https://cloudinit.readthedocs.io/en/latest/development/contributing.html)
- [ ] I have updated or added any unit tests accordingly
- [ ] I have updated or added any documentation accordingly