-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from shilokuma-inc/chore/issueTemplate
【CHORE】Issue Templateの更新
- Loading branch information
Showing
5 changed files
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/3-BumpUp.yaml → .github/ISSUE_TEMPLATE/5-BumpUp.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters