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.)