We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7273169 commit 28569cdCopy full SHA for 28569cd
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,32 @@
1
+---
2
+name: バグ報告
3
+about: バグ報告のテンプレート
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
8
+
9
+<!-- タイトル例:
10
+コマンド some-command, other-command を実行したあとの md ファイル出力先が aaa/{番号}/bbb のようになってしまう
11
+-->
12
13
+### 再現手順
14
+<!-- 例
15
+1. コマンド `some-command foo 123` を実行
16
+2. コマンド `other-command bar 123` を実行
17
18
19
+### 期待される動作
20
21
+出力ファイルが `docs/xxx/yyy/zzz/123` に格納される
22
23
24
+### 実際の動作
25
26
+出力ファイルが `aaa/123/bbb/` に格納される
27
28
29
+### 環境情報(OS、Node.jsバージョンなど)
30
+<!-- 例: Ubuntu 22.04 / Node.js v22.15.0 -->
31
32
+### エラーメッセージ(該当する場合)
0 commit comments