From 6539d0c8e69996ebace4052d91a668ca009e26b6 Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Mon, 4 May 2020 11:16:09 -0600 Subject: [PATCH] change template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c9839a319..769b1063a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,14 @@ Before submitting your PR, check that you've: -- [ ] Bumped the version number - [ ] Documented new APIs with [Haddock markup](https://www.haskell.org/haddock/doc/html/index.html) - [ ] Added [`@since` declarations](http://haskell-haddock.readthedocs.io/en/latest/markup.html#since) to the Haddock After submitting your PR: - [ ] Update the Changelog.md file with a link to your PR +- [ ] Bumped the version number if there isn't an `(unreleased)` on the Changelog - [ ] Check that CI passes (or if it fails, for reasons unrelated to your change, like CI timeouts) \ No newline at end of file +_If these checkboxes don't apply to your PR, you can delete them_-->