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