Skip to content

Commit 767c5fe

Browse files
bearomorphismLee-W
authored andcommitted
docs(ISSUE_TEMPLATE): correct labels
1 parent 8d57306 commit 767c5fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🛠 Bug report
22
description: Create a report to help us improve
33
title: Good bug title tells us about precise symptom, not about the root cause.
4-
labels: [bug]
4+
labels: ['type: bug']
55
body:
66
- type: textarea
77
id: description

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 📖 Documentation
22
description: Suggest an improvement for the documentation of this project
33
title: Content to be added or fixed
4-
labels: [documentation]
4+
labels: ['type: documentation']
55
body:
66
- type: checkboxes
77
id: type

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🚀 Feature request
22
description: Suggest an idea for this project
33
title: "<One feature request per issue>"
4-
labels: [feature]
4+
labels: ['type: feature']
55
body:
66
- type: textarea
77
id: description

0 commit comments

Comments
 (0)