diff --git a/.github/ISSUE_TEMPLATE/3-Refactor.yaml b/.github/ISSUE_TEMPLATE/3-Refactor.yaml new file mode 100644 index 0000000..ccf2213 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-Refactor.yaml @@ -0,0 +1,16 @@ +name: リファクタリング +description: リファクタリングのIssue +title: "【REFACTOR】" +labels: [] +projects: [] +assignees: + - mrs1669 +body: + - type: textarea + id: content + attributes: + label: 概要 + description: 内容を説明してください + placeholder: 〜をリファクタリングしました + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3-Chore.yaml b/.github/ISSUE_TEMPLATE/4-Chore.yaml similarity index 89% rename from .github/ISSUE_TEMPLATE/3-Chore.yaml rename to .github/ISSUE_TEMPLATE/4-Chore.yaml index 9c30b52..9c90674 100644 --- a/.github/ISSUE_TEMPLATE/3-Chore.yaml +++ b/.github/ISSUE_TEMPLATE/4-Chore.yaml @@ -1,5 +1,5 @@ name: 軽作業 -description: 軽作業用のIssue +description: 軽作業のIssue title: "【CHORE】" labels: [] projects: [] diff --git a/.github/ISSUE_TEMPLATE/4-BumpUp.yaml b/.github/ISSUE_TEMPLATE/5-BumpUp.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/4-BumpUp.yaml rename to .github/ISSUE_TEMPLATE/5-BumpUp.yaml