Skip to content

Commit

Permalink
Merge pull request #178 from shilokuma-inc/chore/issueTemplate
Browse files Browse the repository at this point in the history
【CHORE】Issue Templateの更新
  • Loading branch information
mrs1669 authored May 19, 2024
2 parents 70e1c12 + 81cf669 commit c82cad3
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/1-Feature.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: 機能追加
description: 機能追加のIssue
title: "【FEAT】"
labels: []
labels: [enhancement]
projects: []
assignees:
- mrs1669
body:
- type: textarea
id: content
attributes:
label: 追加したい機能の説明をお願いします
label: 概要
description: 追加したい機能の説明をお願いします
placeholder: ~~機能を作成しました
placeholder: 機能を作成しました
validations:
required: true
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/2-Fix.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: バグ修正
description: バグのIssue
title: "【FIX】"
labels: []
labels: [bug]
projects: []
assignees:
- mrs1669
body:
- type: textarea
id: content
attributes:
label: バグ内容
description: 修正したい機能の説明をお願いします
label: 概要
description: バグ・修正したい機能の説明をお願いします
placeholder: バグ内容
validations:
required: true
required: true
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/3-Refactor.yaml
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/4-Chore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 軽作業
description: 軽作業のIssue
title: "【CHORE】"
labels: []
projects: []
assignees:
- mrs1669
body:
- type: textarea
id: content
attributes:
label: 概要
description: 作業内容を説明してください
placeholder: 〜をしました
validations:
required: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: バージョンアップ
description: バージョンアップのIssue
title: "【UPDATE】Bump up version to v"
labels: []
labels: [update]
projects: []
assignees:
- mrs1669
Expand Down

0 comments on commit c82cad3

Please # to comment.