From 9a680888f0f60b6dd788d76dbbd50062f2acaef3 Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Sat, 6 Jul 2024 17:59:44 +0100 Subject: [PATCH] Added DISCUSSION_TEMPLATE Signed-off-by: HeCodes2Much --- .github/DISCUSSION_TEMPLATE/general.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/general.yml 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