diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-10-05 11:40:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 09:40:40 -0600 |
commit | 63313335eccb45df0d8eb43d8ed93d994b946ad2 (patch) | |
tree | 67f13c6f5b854cb96f41defd1fd8ee1fbdf86134 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 11fa714f3a7b031657b642d0c2f0155854d5ee0e (diff) | |
download | vyos-cloud-init-63313335eccb45df0d8eb43d8ed93d994b946ad2.tar.gz vyos-cloud-init-63313335eccb45df0d8eb43d8ed93d994b946ad2.zip |
PULL_REQUEST_TEMPLATE.md: empty checkboxes need a space (#597)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 82a0fadf..37f55d26 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,6 +13,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) - - [] I have updated or added any unit tests accordingly - - [] I have updated or added any documentation accordingly
\ No newline at end of file + - [ ] My code follows the process laid out in [the documentation](https://cloudinit.readthedocs.io/en/latest/topics/hacking.html) + - [ ] I have updated or added any unit tests accordingly + - [ ] I have updated or added any documentation accordingly |