We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227cd57 commit c3ef3adCopy full SHA for c3ef3ad
.github/ISSUE_TEMPLATE/test.yaml
@@ -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
16
+ label: "Sample Input"
17
+ description: "This is a sample input field."
18
+ placeholder: "Enter something here..."
19
20
21
+ - type: checkboxes
22
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