diff --git a/.github/ISSUE_TEMPLATE/不具合用テンプレート.md b/.github/ISSUE_TEMPLATE/不具合用テンプレート.md new file mode 100644 index 00000000..61724e36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/不具合用テンプレート.md @@ -0,0 +1,17 @@ +--- +name: 不具合用テンプレート +about: 不具合用テンプレート +title: "[BUG]: " +labels: バグ +assignees: '' + +--- + +# 概要 + + +# 詳細 + + +# 影響箇所 + diff --git a/.github/ISSUE_TEMPLATE/改善用テンプレート.md b/.github/ISSUE_TEMPLATE/改善用テンプレート.md new file mode 100644 index 00000000..42d1256b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/改善用テンプレート.md @@ -0,0 +1,17 @@ +--- +name: 改善用テンプレート +about: 改善用テンプレート +title: "[IMPROVE]" +labels: '' +assignees: '' + +--- + +# 概要 + + +# 詳細 + + +# 影響箇所 + diff --git a/.github/ISSUE_TEMPLATE/新機能用テンプレート.md b/.github/ISSUE_TEMPLATE/新機能用テンプレート.md index 5518f596..ee062dfc 100644 --- a/.github/ISSUE_TEMPLATE/新機能用テンプレート.md +++ b/.github/ISSUE_TEMPLATE/新機能用テンプレート.md @@ -2,7 +2,7 @@ name: 新機能用テンプレート about: 新規開発Issue用テンプレート title: '' -labels: '' +labels: バグ assignees: '' ---