Skip to content

Commit 4ddbbd4

Browse files
committed
Add log template for discussions
1 parent 86367ff commit 4ddbbd4

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
attributes:
12+
label: 概要
13+
description: "概要の説明"
14+
value: |
15+
1.
16+
2.
17+
3.
18+
...
19+
validations:
20+
required: true
21+
- type: checkboxes
22+
attributes:
23+
label: Check that box!
24+
options:
25+
- label: This one!
26+
required: true
27+
- label: I won't stop you if you check this one, too

0 commit comments

Comments
 (0)