Skip to content

Commit 838de6b

Browse files
authored
Create discussion.yaml
1 parent 3e42266 commit 838de6b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "🗣️ Discussion"
2+
description: Start a general discussion or ask a question
3+
labels: [discussion]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Use this form to start a discussion or ask a question.
9+
- type: input
10+
id: topic
11+
attributes:
12+
label: Topic
13+
description: What is the topic?
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: details
18+
attributes:
19+
label: Details
20+
description: Provide more information or context.
21+
validations:
22+
required: false

0 commit comments

Comments
 (0)