From b0d5bd606cec8c39cd930521808d61c5f80f29dd Mon Sep 17 00:00:00 2001 From: games647 Date: Tue, 3 Mar 2020 10:47:37 +0100 Subject: [PATCH] Rework issue templates --- .../PULL_REQUEST_TEMPLATE/enhancement_change.md | 17 ----------------- .../bug_fix.md => pull_request_template.md} | 9 --------- 2 files changed, 26 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/enhancement_change.md rename .github/{PULL_REQUEST_TEMPLATE/bug_fix.md => pull_request_template.md} (79%) diff --git a/.github/PULL_REQUEST_TEMPLATE/enhancement_change.md b/.github/PULL_REQUEST_TEMPLATE/enhancement_change.md deleted file mode 100644 index 940314f9..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/enhancement_change.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Enhancement change -about: New feature(s) or improvement(s) -title: '' -labels: 'enhancement' -assignees: '' - ---- - -[//]: # (Lines in this format are considered as comments and will not be displayed.) -[//]: # (If your work is in progress, please consider making a draft pull request.) - -### Summary of your change -[//]: # (Example: motiviation, enhancement) - -### Related issue -[//]: # (Reference it using '#NUMBER'. Ex: Fixes/Related #...) diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/pull_request_template.md similarity index 79% rename from .github/PULL_REQUEST_TEMPLATE/bug_fix.md rename to .github/pull_request_template.md index 96a39a9b..134f2c66 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ b/.github/pull_request_template.md @@ -1,12 +1,3 @@ ---- -name: Bug fix -about: Fixes a bug -title: '' -labels: 'bug' -assignees: '' - ---- - [//]: # (Lines in this format are considered as comments and will not be displayed.) [//]: # (If your work is in progress, please consider making a draft pull request.)