From f44385ced3b7c4b9a3c33e860f4bed31d1236255 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 21 Dec 2016 09:46:15 +0100 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..3d0cc4a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Thanks for contributing to b3bp! As part of your PR, have you: + +- [ ] Added an item in [CHANGELOG.md](https://github.com/kvz/bash3boilerplate/blob/master/CHANGELOG.md) with attribution? +- [ ] Added your name to the [README.md](https://github.com/kvz/bash3boilerplate/blob/master/README.md#authors) +- [ ] Linted your code? (`make test` should do the trick) + +If so, great! Feel free to replace this message with a description of your work and hit submit!