diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8213023..2b46ac5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,10 +4,10 @@ ### Have you... - - [] Written a sample in `_samples`? - - [] Updated documentation in the `docs/` folder? - - [] Linked this PR to an issue? - - [] Written any automated tests? - - [] Refactored your code to be maintainable? + - [ ] Written a sample in `_samples`? + - [ ] Updated documentation in the `docs/` folder? + - [ ] Linked this PR to an issue? + - [ ] Written any automated tests? + - [ ] Refactored your code to be maintainable? The above things are not required, but appreciated.