From 186c01219f5eb79853ec99bbf1290c645c5f3d97 Mon Sep 17 00:00:00 2001 From: Yan-Luca <36674649+chaosfreak93@users.noreply.github.com> Date: Thu, 30 Jun 2022 00:23:02 +0200 Subject: [PATCH] Create feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..009f356 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,33 @@ +name: Feature request +description: Suggest an idea for this project +labels: ['Class: enhancement'] + +body: + - type: textarea + id: description + attributes: + label: Description of the problem + description: Is your feature request related to a problem? Please describe + placeholder: 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: Desired solution for the problem + description: Describe the solution you'd like + placeholder: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Alternatives you considered + description: Describe alternatives you've considered + placeholder: A clear and concise description of any alternative solutions or features you've considered. + - type: textarea + id: context + attributes: + label: Additional context + description: Any other additional context you'd like to add + placeholder: Add any other context or screenshots about the feature request here.