From ff5050b81c767b59ba8e4282b64cfa47ceec292a Mon Sep 17 00:00:00 2001 From: tuves <49915749+tuves@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:55:35 +0100 Subject: [PATCH] Create universe-2023.yml --- .github/DISCUSSION_TEMPLATE/universe-2023.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/universe-2023.yml diff --git a/.github/DISCUSSION_TEMPLATE/universe-2023.yml b/.github/DISCUSSION_TEMPLATE/universe-2023.yml new file mode 100644 index 000000000..5fadb668d --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/universe-2023.yml @@ -0,0 +1,22 @@ +labels: [Universe 2023] +body: +- type: dropdown + id: topic + attributes: + label: Select Topic Area + description: What would you like to discuss? + options: + - "Question" + - "Product Feedback" + - "Bug" + - "Show & Tell" + - "General" + validations: + required: true +- type: textarea + id: text + attributes: + label: Body + description: Start your discussion! + validations: + required: true