From ba84fd92967cc065bfd32fe1213429e87c6f4bd8 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Sun, 1 Aug 2021 00:06:47 -0400 Subject: [PATCH] Fix checkboxes in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3afa832..3c5276f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,6 @@ ## Contribution Checklist -[ ] I have read the [contributing guidelines](https://github.com/JohnMaguire/Cardinal/blob/master/CONTRIBUTING.md). -[ ] I consent to the [MIT project license](https://github.com/JohnMaguire/Cardinal/blob/master/LICENSE). -[ ] I have added my name to the [`CONTRIBUTORS`](https://github.com/JohnMaguire/Cardinal/blob/master/CONTRIBUTORS) file if desired (optional). +- [ ] I have read the [contributing guidelines](https://github.com/JohnMaguire/Cardinal/blob/master/CONTRIBUTING.md). +- [ ] I consent to the [MIT project license](https://github.com/JohnMaguire/Cardinal/blob/master/LICENSE). +- [ ] I have added my name to the [`CONTRIBUTORS`](https://github.com/JohnMaguire/Cardinal/blob/master/CONTRIBUTORS) file if desired (optional).