Added DISCUSSION_TEMPLATE
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
19
.github/DISCUSSION_TEMPLATE/general.yml
vendored
Normal file
19
.github/DISCUSSION_TEMPLATE/general.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
title: "<general 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
|
||||
Reference in New Issue
Block a user