OSDN Git Service

[feature] Create issue templates
authorHabu <habu1010+github@gmail.com>
Sat, 27 Feb 2021 14:05:35 +0000 (23:05 +0900)
committerHabu <habu1010+github@gmail.com>
Sat, 27 Feb 2021 14:19:51 +0000 (23:19 +0900)
バグ報告用のIssueテンプレートを作成

.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..1e1c154
--- /dev/null
@@ -0,0 +1,38 @@
+---
+name: バグ報告
+about: バグを報告する時に使用する
+title: "【バグ】 バグ報告のタイトルを編集"
+labels: bug
+assignees: ""
+---
+
+## 環境
+
+- OS: [例: Windows 版、Linux X11 版 etc...]
+- バージョン: [例: 3.0.0Alpha8]
+
+## バグの詳細
+
+バグの内容を明確かつ簡潔に説明
+
+## 再現手順
+
+バグを発生させる手順が分かっていれば記載
+
+1. ○○ する
+2. ✕✕ する
+3. バグが発生
+
+この手順を実行する事でバグを発生させる事ができるセーブファイルがあれば添付
+
+## 期待される正常な動作
+
+本来期待される正常な動作を記載
+
+## スクリーンショット
+
+可能であれば、バグ発生時のスクリーンショットを添付
+
+## 補足事項
+
+補足事項があれば記載