We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e42266 commit 838de6bCopy full SHA for 838de6b
1 file changed
.github/ISSUE_TEMPLATE/discussion.yaml
@@ -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
12
+ label: Topic
13
+ description: What is the topic?
14
+ validations:
15
+ required: true
16
+ - type: textarea
17
+ id: details
18
19
+ label: Details
20
+ description: Provide more information or context.
21
22
+ required: false
0 commit comments