From d8c41633206cad1189a9e829285ddd54528d1171 Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 2 Feb 2020 02:15:00 +0100 Subject: [PATCH] =?UTF-8?q?Add=20pull=20request=20template=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..0d109a2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,16 @@ +# + +#### Changes +[//]: # (Shortly describe your changes below) +[//]: # (Use words like `added`, `removed`, `fixed`, `updated`) + +- ... + +#### Checklist +[//]: # (Feel free to add your own items) +[//]: # (Also check items that are not applicable) + +- [X] I have read the contribution [guide](../../CONTRIBUTING.md) +- [X] I accept the [code](../../CODE_OF_CONDUCT.md) of conduct +- [ ] Updated readme if needed +- [ ] Updated tests where necessary