From 790841036e69dc8e9523118fbdecdcef3b3dd2ab Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 2 Feb 2020 02:44:45 +0100 Subject: [PATCH] =?UTF-8?q?Move=20and=20simplify=20pr=20template=20?= =?UTF-8?q?=F0=9F=A7=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (66%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 66% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 0d109a2..974938c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -# - #### Changes [//]: # (Shortly describe your changes below) [//]: # (Use words like `added`, `removed`, `fixed`, `updated`) @@ -10,7 +8,6 @@ [//]: # (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 +- [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