diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 13 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..1c8e8a5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,13 @@ +--- +name: Enhancement +about: Suggest an improvement +title: '' +labels: C-enhancement +assignees: '' +--- + +<!-- +Your enhancement may already be reported! +Please search on the issue tracker before creating a new issue. +If this is an idea for a feature, please open an "Idea" Discussion instead. +--> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 9a88cb4a..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature or improvement -title: '' -labels: C-enhancement -assignees: '' ---- - -<!-- Your feature may already be reported! -Please search on the issue tracker before creating one. --> - -#### Describe your feature request - |