Skip to content

Commit c3ef3ad

Browse files
committed
experiment with issue templates
1 parent 227cd57 commit c3ef3ad

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/test.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: "Test Issue Template"
2+
title: "Test Issue Template Title"
3+
description: |
4+
Sample description that uses _markdown_.
5+
labels: ["what"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## Sample Markdown Section
11+
This is a sample section that uses **bold** and _italic_ text.
12+
13+
- type: input
14+
id: sample_input
15+
attributes:
16+
label: "Sample Input"
17+
description: "This is a sample input field."
18+
placeholder: "Enter something here..."
19+
20+
21+
- type: checkboxes
22+
attributes:
23+
label: "Steps to do a thing"
24+
description: |
25+
This is a sample checkboxes section that uses _markdown_.
26+
options:
27+
- label: step 1
28+
- label: |
29+
step 2 uses _markdown_.

0 commit comments

Comments
 (0)