diff --git a/.github/issue_template.md b/.github/issue_template.md index 68fad4230e..31b322beca 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -5,7 +5,7 @@ Have you read the Code of Conduct? By filing an Issue, you are expected to compl ### Prerequisites -* [ ] Put an X between the brackets on this line if you have done all of the following: +* [] Put an X between the brackets on this line if you have done all of the following: * Reproduced the issue in the latest version of the software * Followed all steps in the debugging wiki: https://github.com/PegasysEng/pantheon/wiki/debugging * Verified the issue doesn't already exist: https://github.com/search?q=+is%3Aissue+repo%3APegasysEng/Pantheon diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d7dde36ffd..ae0944f4a1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,10 +20,10 @@ Fixes # -- [ ] Docs change / refactoring / dependency upgrade -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [] Docs change / refactoring / dependency upgrade +- [] Bug fix (non-breaking change which fixes an issue) +- [] New feature (non-breaking change which adds functionality) +- [] Breaking change (fix or feature that would cause existing functionality to change) ## Release note