Skip to content

Commit

Permalink
[chore] 新しいissueTemplateを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 19, 2024
1 parent 29573cb commit 81cf669
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/1-Feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 機能追加
description: 機能追加のIssue
title: "【FEAT】"
labels: [enhancement]
projects: []
assignees:
- mrs1669
body:
- type: textarea
id: content
attributes:
label: 概要
description: 追加したい機能の説明をお願いします
placeholder: 〜機能を作成しました
validations:
required: true
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/2-Fix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: バグ修正
description: バグのIssue
title: "【FIX】"
labels: [bug]
projects: []
assignees:
- mrs1669
body:
- type: textarea
id: content
attributes:
label: 概要
description: バグ・修正したい機能の説明をお願いします
placeholder: バグ内容
validations:
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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/5-BumpUp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: バージョンアップ
description: バージョンアップのIssue
title: "【UPDATE】Bump up version to v"
labels: [update]
projects: []
assignees:
- mrs1669
body:
- type: textarea
id: content
attributes:
label: 概要
description: 前後のバージョンの記載をお願いします
value: v → v
placeholder: "例: v1.1.0 → v1.2.0"
validations:
required: true

0 comments on commit 81cf669

Please sign in to comment.