diff --git a/.github/DISCUSSION_TEMPLATE/general.yml b/.github/DISCUSSION_TEMPLATE/general.yml new file mode 100644 index 0000000..31f6f36 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/general.yml @@ -0,0 +1,19 @@ +title: "" +labels: [ general ] +body: + - type: dropdown + attributes: + label: Select Topic Area + description: What would you like to discuss? + options: + - "Product Feedback" + - "Question" + - "General" + validations: + required: true + - type: textarea + attributes: + label: Body + description: Start your discussion! + validations: + required: true \ No newline at end of file