From 47a8a174e62486f281330dfbc72bab5a1900d3d3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 11 Oct 2024 07:02:35 +0200 Subject: [PATCH] Convert feature request to issue form --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------ .github/ISSUE_TEMPLATE/feature_request.yml | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 36014cde..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'enhancement' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..33eb2156 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,37 @@ +name: "Feature request" +description: "Suggest an idea for this project" + +labels: +- "enhancement" + + +body: +- type: textarea + id: "problem" + attributes: + label: "Problem I have" + description: |- + If your request is related to a problem, please provide a clear and concise description of what the problem is. + placeholder: |- + I'm always frustrated when [...] + +- type: textarea + id: "solution" + attributes: + label: "Solution I'd like" + description: |- + A clear and concise description of what you want to happen. + +- type: textarea + id: "alternatives" + attributes: + label: "Alternatives considered" + description: |- + A clear and concise description of any alternative solutions or features you've considered. + +- type: textarea + id: "other" + attributes: + label: "Other" + description: |- + Anything you want to add?