From 4df829aa5f7195aecfb220f2cd29c7d04a603fa8 Mon Sep 17 00:00:00 2001 From: "r3kt.eth" Date: Thu, 3 Aug 2023 16:12:36 +0200 Subject: [PATCH] Update and rename feature_request.md to feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 42 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ----------- 2 files changed, 42 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 000000000..e3047e863 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,42 @@ +name: 💡 Feature request +description: Suggest an idea for Synpress. +title: "[💡 Feature]: " +labels: [idea 💡, needs triaging ⏳] +body: + + - type: markdown + attributes: + value: | + Thanks for taking the time and for sharing your great idea with us. Synpress is an open source project and lives from these great ideas. + + - type: textarea + id: problem + attributes: + label: Is your feature request related to a problem? + description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. + validations: + required: true + + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like. + description: A clear and concise description of what you want to happen. + validations: + required: true + + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered. + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 982a4dc0d..000000000 --- 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: feature-request -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.