From a1d6475bd5f31b46586ae73a5d6e995d3ca4732b Mon Sep 17 00:00:00 2001 From: Fagner Brack Date: Sat, 7 May 2016 18:29:33 +1000 Subject: [PATCH] Remove strict need for an issue in the PR template There are some exceptions where an issue is not necessary Closes gh-559. --- .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 1e034c5..47fe6dc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ **Make sure these boxes are checked before submitting your Pull Request, thank you!** - [ ] I have read and complied with the [Pull Request Contributing Guidelines](https://github.com/impress/impress.js/blob/master/CONTRIBUTING.md#pull-requests). -- [ ] I confirm there is [an issue](https://github.com/impress/impress.js/issues) for my Pull Request. +- [ ] I checked if an [an issue](https://github.com/impress/impress.js/issues) is necessary for my Pull Request and made sure it exists. - [ ] I have created a [topic branch](https://github.com/dchelimsky/rspec/wiki/Topic-Branches). - [ ] I have used the [Search Tool](https://github.com/impress/impress.js/search?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen&type=Issues) to make sure there are no open Pull Requests fixing the same thing. \ No newline at end of file