From ed17405b42d7c0cdb82c8fcf2b02fe425896449b Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 26 Dec 2018 16:30:30 +0900 Subject: [PATCH] Fix markdown syntax for task list --- .github/ISSUE_TEMPLATE.md | 6 +++--- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b8af90ba7..8995f4953 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ -- [ ]: I have our [Contribution Guidelines](./CONTRIBUTING.md). -- [ ]: I checked for similar issues and didn't find anything relevant. -- [ ]: This is not a security issue (which should be reported here: https://circleci.com/security/) +- [ ] I have our [Contribution Guidelines](./CONTRIBUTING.md). +- [ ] I checked for similar issues and didn't find anything relevant. +- [ ] This is not a security issue (which should be reported here: https://circleci.com/security/) **Do you want to request a *feature* or report a *bug*?** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dad3d19c3..110777f42 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -- [ ]: I have our [Contribution Guidelines](./CONTRIBUTING.md). -- [ ]: I checked for similar issues and didn't find anything relevant. -- [ ]: This is not a security issue (which should be reported here: https://circleci.com/security/) +- [ ] I have our [Contribution Guidelines](./CONTRIBUTING.md). +- [ ] I checked for similar issues and didn't find anything relevant. +- [ ] This is not a security issue (which should be reported here: https://circleci.com/security/) **Here are some helpful tips you can follow when submitting a pull request:**