From 1d3a7ebec0d11896b0144af9dbd34491150e6c71 Mon Sep 17 00:00:00 2001 From: lukew3 Date: Tue, 6 Dec 2022 14:07:47 -0500 Subject: [PATCH] interactive new gen form --- .github/ISSUE_TEMPLATE/new-generator-idea.md | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new-generator-idea.md b/.github/ISSUE_TEMPLATE/new-generator-idea.md index 29628ce..cf41f82 100644 --- a/.github/ISSUE_TEMPLATE/new-generator-idea.md +++ b/.github/ISSUE_TEMPLATE/new-generator-idea.md @@ -15,3 +15,41 @@ assignees: '' ### Would you like to be assigned to this: +name: New Generator Idea +description: Use this template ot suggest a new generator +title: "[Gen Idea]: " +labels: ["New Generator"] +body: + - type: input + id: example-problem + attributes: + label: Example Problem + description: What would a typical problem look like + placeholder: 4 + 2 = + validations: + required: true + - type: input + id: example-solution + attributes: + label: Example Solution + description: What would a typical solution look like + placeholder: 6 + validations: + required: true + - type: textarea + id: further-explanation + attributes: + label: Optional, Provide Further Explanation + description: Any further details? + validations: + required: false + - type: dropdown + id: assign + attributes: + label: Assign Yourself? + description: Do you want to be assigned to implement this? + options: + - No (Default) + - Yes + validations: + required: true