From ad07173f4b57b55d3d51f0911a3bf4cdb9b10f5a Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Fri, 9 Feb 2018 19:48:52 +0100 Subject: [PATCH] Update docs in another PR --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f7caef618..b874845e5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Please review the [guidelines for contributing](CONTRIBUTING.md) to this reposit - [ ] I'm making a big change or adding functionality so I've already opened an issue proposing the change to other contributors, so I got feedback on the idea before took the time to write precious code - [ ] Check that your change/fix has corresponding unit tests (if applicable) - [ ] Squash commits so it looks sane -- [ ] Update the documentation https://github.com/sitespeedio/sitespeed.io/tree/master/docs +- [ ] Update the documentation https://github.com/sitespeedio/sitespeed.io/tree/master/docs in another PR - [ ] Verify that the test works by running `npm test` and test linting by `npm run lint`