From 53cc837dcbfd993bb2b9343b037b90edf6d327b4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 22 Nov 2016 14:40:25 +0200 Subject: [PATCH] docs(pull_request_teplate) add "-" --- .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 05985d20..98b1f1ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Thank you for making pull request. Please fill in the template below. If unsure about something, just do as best as you're able. --> -[ ] commit message named according to [Contributing Guide](https://github.com/coderaiser/cloudcmd/blob/master/CONTRIBUTING.md "Contributting Guide") -[ ] `npm run codestyle` is OK -[ ] `npm test` is OK +- [ ] commit message named according to [Contributing Guide](https://github.com/coderaiser/cloudcmd/blob/master/CONTRIBUTING.md "Contributting Guide") +- [ ] `npm run codestyle` is OK +- [ ] `npm test` is OK