Skip to content

Commit 72adb52

Browse files
DISCUSSION_TEMPLATE
1 parent a1bf8a7 commit 72adb52

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
title: "[General] "
2+
labels: ["General Introduction"]
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
This is text that will show up in the template!
8+
- type: textarea
9+
id: improvements
10+
attributes:
11+
label: Top 3 improvements
12+
description: "What are the top 3 improvements we could make to this project?"
13+
value: |
14+
1.
15+
2.
16+
3.
17+
...
18+
render: bash
19+
validations:
20+
required: true
21+
- type: markdown
22+
attributes:
23+
value: |
24+
## Markdown header
25+
And some more markdown
26+
- type: input
27+
id: has-id
28+
attributes:
29+
label: Suggestions
30+
description: A description about suggestions to help you
31+
validations:
32+
required: true
33+
- type: dropdown
34+
id: download
35+
attributes:
36+
label: Which area of this project could be most improved?
37+
options:
38+
- Documentation
39+
- Pull request review time
40+
- Bug fix time
41+
- Release cadence
42+
validations:
43+
required: true
44+
- type: checkboxes
45+
attributes:
46+
label: Check that box!
47+
options:
48+
- label: This one!
49+
required: true
50+
- label: I won't stop you if you check this one, too
51+
- type: markdown
52+
attributes:
53+
value: |
54+
### The thrilling conclusion
55+
_to our template_
56+

0 commit comments

Comments
 (0)