Skip to content

Commit 8550158

Browse files
committed
fix(github): use proper issue templates
1 parent 84718b9 commit 8550158

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/ISSUE_TEMPLATE/1-feature.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: ✨ Feature
22
description: Suggest a feature or improvement!
33
title: '[Feat]: '
4-
type: feature
4+
labels:
5+
- 'type: feature'
56
body:
67
- type: textarea
78
id: howitworks
@@ -11,3 +12,10 @@ body:
1112
placeholder: Add an option to...
1213
validations:
1314
required: true
15+
- type: checkboxes
16+
id: additional-info
17+
attributes:
18+
label: Additional information
19+
description: Additional information that helps us decide how to proceed.
20+
options:
21+
- label: Would you be willing to help implement this feature?

.github/ISSUE_TEMPLATE/2-bug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🐛 Bug
22
description: Report a bug.
33
title: '[Bug]: '
4-
type: bug
4+
labels:
5+
- 'type: bug'
56
body:
67
- type: textarea
78
id: description

.github/ISSUE_TEMPLATE/3-enhancement.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🚀 Enhancement
22
description: Suggest a enhancement or improvement!
33
title: '[Enhancement]: '
4-
type: enhancement
4+
labels:
5+
- 'type: enhancement'
56
body:
67
- type: textarea
78
id: howitworks

.github/ISSUE_TEMPLATE/4-refactor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🧹 Refactor
22
description: Refactor current code!
33
title: '[Refactor]: '
4-
type: refactor
4+
labels:
5+
- 'type: refactor'
56
body:
67
- type: textarea
78
id: whattochange

0 commit comments

Comments
 (0)