From 3277792c112569610c7388cba7e990de00b3ede7 Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 12 Jul 2020 18:58:26 +0200 Subject: [PATCH] :construction_worker: add pull request template --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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..2e8d08e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +#### Changes + +- ... + +#### Checklist + +- [x] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct +- [ ] Readme (updated or not needed) +- [ ] Tests (added, updated or not needed)