diff options
author | Chris Patterson <cpatterson@microsoft.com> | 2021-11-24 09:29:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 08:29:10 -0600 |
commit | 32860627535dfc1249088de36d1eb561a39851a9 (patch) | |
tree | 287e5ab439fa41e7ce4007abb05c989ebde40fb9 /.github | |
parent | b36b4e2fde2c76958880bad27ba1d1a44fdf320d (diff) | |
download | vyos-cloud-init-32860627535dfc1249088de36d1eb561a39851a9.tar.gz vyos-cloud-init-32860627535dfc1249088de36d1eb561a39851a9.zip |
github: update PR template's contributing URL (#1120)
"HACKING" was renamed to "CONTRIBUTING", update the PR template
URL accordingly.
Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: <!-- 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/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 |