We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86367ff + 4ddbbd4 commit 9115c96Copy full SHA for 9115c96
1 file changed
.github/DISCUSSION_TEMPLATE/log.yaml
@@ -0,0 +1,27 @@
1
+title: "[Log] <YYYYMMDD> "
2
+labels: ["kind/log"]
3
+# https://docs.github.com/en/discussions/managing-discussions-for-your-community/syntax-for-discussion-category-forms
4
+body:
5
+ - type: markdown
6
+ attributes:
7
+ value: |
8
+ This is text that will show up in the template!
9
+ - type: textarea
10
+ id: overview
11
12
+ label: 概要
13
+ description: "概要の説明"
14
15
+ 1.
16
+ 2.
17
+ 3.
18
+ ...
19
+ validations:
20
+ required: true
21
+ - type: checkboxes
22
23
+ label: Check that box!
24
+ options:
25
+ - label: This one!
26
27
+ - label: I won't stop you if you check this one, too
0 commit comments