diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 5073aba8b..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Feature request -description: Suggest an idea or improvement -labels: - - 'type: enhancement' -body: - - type: textarea - id: description - attributes: - label: Description - placeholder: A clear description of the feature or enhancement. - validations: - required: true - - type: textarea - id: related - attributes: - label: Is this feature related to a specific bug? - description: Please include a bug references if yes. - - type: textarea - id: solution - attributes: - label: Do you have a specific solution in mind? - description: > - Please include any details about a solution that you have in mind, - including any alternatives considered. |