From ac40a6953bd0d5553eb63906206e85df95011e02 Mon Sep 17 00:00:00 2001 From: Yoshi Date: Fri, 29 Nov 2024 11:18:21 +0900 Subject: [PATCH] chore: added release discussion template --- .github/DISCUSSION_TEMPLATE/release.yml | 56 +++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/release.yml diff --git a/.github/DISCUSSION_TEMPLATE/release.yml b/.github/DISCUSSION_TEMPLATE/release.yml new file mode 100644 index 0000000000..bd28fc587b --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/release.yml @@ -0,0 +1,56 @@ +title: "[General] " +labels: ["General Introduction"] +body: + - 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_ +