Skip to content

Commit 468b9b3

Browse files
committed
devel: update ISSUE_TEMPLATE to use Type instead of label
1 parent 6754da5 commit 468b9b3

3 files changed

Lines changed: 4 additions & 25 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug Report
33
about: Create a report to help us improve
44
title: ''
5-
labels: bug
5+
type: Bug
66
assignees: ''
77
---
88

@@ -22,4 +22,4 @@ assignees: ''
2222

2323
## 原因
2424
<!-- 分かる場合かつ自明でない場合。
25-
例えば、「useEffect の依存先の関数が描画する度に更新されるため」など -->
25+
例えば、「useEffect の依存先の関数が描画する度に更新されるため」など -->

.github/ISSUE_TEMPLATE/enhancement-request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: feature
5+
type: Feature
66
assignees: ''
77
---
88

@@ -22,4 +22,4 @@ assignees: ''
2222
<!-- - [ ] サンプル -->
2323

2424
## 補足
25-
<!-- その他の情報やスクリーンショット、検討した他の解決策や機能など -->
25+
<!-- その他の情報やスクリーンショット、検討した他の解決策や機能など -->

0 commit comments

Comments
 (0)