From cb99011ce2e71dd0fe958f16529b8a4c50c0577e Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 6 Nov 2021 13:58:00 +1300 Subject: [PATCH] Create feature-request.yaml --- .github/ISSUE_TEMPLATE/feature-request.yaml | 24 +++++++++++++++++++++ 1 file changed, 24 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 00000000..6efb934a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -0,0 +1,24 @@ +name: Feature request +description: Let's make Iris even better +labels: ["feature-request"] +body: + - type: textarea + id: problem + attributes: + label: Problem to solve + description: A clear and concise description of what the problem is + placeholder: I'm frustrated when... + validations: + required: true + - type: textarea + id: solution + attributes: + label: Proposed solution + description: How you suggest we solve the problem + validations: + required: true + - type: textarea + id: additional-info + attributes: + label: Additional info + description: Add any other context or screenshots about the proposed solution request here.