Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/npm.yml
Original file line number Diff line number Diff line change
@@ -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
Loading