diff --git a/.github/DISCUSSION_TEMPLATE/npm.yml b/.github/DISCUSSION_TEMPLATE/npm.yml new file mode 100644 index 000000000..fe53d944a --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/npm.yml @@ -0,0 +1,20 @@ +labels: [npm] +body: +- type: dropdown + 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 + attributes: + label: Body + description: Start your discussion! + validations: + required: true