From 58ca9116108dad51d709b78d7596e6bfc76228c4 Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 12 Jul 2020 18:51:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20simplify=20pr=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 974938c..63774f5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,9 @@ #### 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] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct -- [ ] Updated readme if needed -- [ ] Updated tests where necessary +- [ ] Readme (updated or not needed) +- [ ] Tests (added, updated or not needed)