From a621213dd845b68d90014776c5f779ea35bbab7c Mon Sep 17 00:00:00 2001 From: Yannick Musafiri Date: Tue, 10 Dec 2024 19:11:55 +0200 Subject: [PATCH] feat: add idea form --- .github/ISSUE_TEMPLATE/ideas.yaml | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ideas.yaml diff --git a/.github/ISSUE_TEMPLATE/ideas.yaml b/.github/ISSUE_TEMPLATE/ideas.yaml new file mode 100644 index 000000000..45f6c8dcb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ideas.yaml @@ -0,0 +1,40 @@ +name: Idea / Feature request +description: Suggest an idea to improve Testing Form +title: "[Idea]: " +labels: ["idea", "feature-request"] +projects: ["d-rec/1"] +body: + - type: markdown + attributes: + value: | + Thank you for sharing your ideas. Please take the time to provide as much detail as possible. + - type: textarea + id: problem + attributes: + label: The problem + description: Describe what problem you would like to see solved. + placeholder: I'm always frustrated when... + validations: + required: false + - type: textarea + id: solution + attributes: + label: The solution + description: Describe the solution(s) that you imagine for the aforementioned problem. + placeholder: Changing XYZ would help because... + validations: + required: true + - type: textarea + id: alternative + attributes: + label: Alternatives + description: Are there any other solutions to that problem that you have considered? + validations: + required: false + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Add any other helpful information or screenshots here. + validations: + required: false \ No newline at end of file