From 7ca9142f2ab7d7e99b337ddc495a78550b5a4bbb Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 19 Sep 2024 16:22:29 -0400 Subject: [PATCH] Update q-a.yml --- .github/DISCUSSION_TEMPLATE/q-a.yml | 62 +++++++++++++++++++++++++---- 1 file changed, 54 insertions(+), 8 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index 4208413090541..537f49a2e62ac 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -1,9 +1,55 @@ +title: "[General] " +labels: ["General Introduction"] body: -- type: input - id: suggestion - attributes: - label: Suggestion - description: "How might we make this project better?" - placeholder: "Adding a CODE_OF_CONDUCT.md file would be a great idea." - validations: - required: true + - type: markdown + attributes: + value: | + This is text that will show up in the template! + - type: textarea + id: improvements + attributes: + label: Top 3 improvements + description: "What are the top 3 improvements we could make to this project?" + value: | + 1. + 2. + 3. + ... + render: bash + validations: + required: true + - type: markdown + attributes: + value: | + ## Markdown header + And some more markdown + - type: input + id: has-id + attributes: + label: Suggestions + description: A description about suggestions to help you + validations: + required: true + - type: dropdown + id: download + attributes: + label: Which area of this project could be most improved? + options: + - Documentation + - Pull request review time + - Bug fix time + - Release cadence + validations: + required: true + - type: checkboxes + attributes: + label: Check that box! + options: + - label: This one! + required: true + - label: I won't stop you if you check this one, too + - type: markdown + attributes: + value: | + ### The thrilling conclusion + _to our template_