From 7608d716a160ea2be15af84e43fe50d1d335d45d Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Mon, 28 Oct 2019 10:21:24 -0600 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d349382 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +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 +- [ ] Check that CI passes (or if it fails, for reasons unrelated to your change, like CI timeouts) + +