Skip to content

Commit 324be74

Browse files
authored
Create general discussion template in YAML format
Add a general discussion template for GitHub discussions.
1 parent ff93bd5 commit 324be74

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
title: ""
2+
labels: []
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
This is the general discussion space — for anything that doesn't fit another category.
8+
9+
Before posting:
10+
- **Bug?** → [Open an Issue](../../issues/new/choose)
11+
- **Question?** → [Q&A](../../discussions/new?category=q-a)
12+
- **Feature idea?** → [Ideas](../../discussions/new?category=ideas)
13+
14+
- type: textarea
15+
id: content
16+
attributes:
17+
label: What's on your mind?
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)