From 642f306ad619470d6db1a9ee66089d2652ac018b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= <66072112+r-ca@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:45:01 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/不具合用テンプレート.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/改善用テンプレート.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/新機能用テンプレート.md | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/不具合用テンプレート.md create mode 100644 .github/ISSUE_TEMPLATE/改善用テンプレート.md 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: '' ---