Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 20aa8bf

Browse files
committed
chore: update labels of issue templates
1 parent 2e48b42 commit 20aa8bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Bug report'
22
description: 'Report that something does not work as expected'
3-
labels: ['bug']
3+
labels: ['bug :beetle:']
44

55
body:
66
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Feature request'
22
description: 'Suggest an idea for this project'
3-
labels: ['enhancement']
3+
labels: ['enhancement :bulb:']
44

55
body:
66
- type: textarea

.github/ISSUE_TEMPLATE/missing_annotation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Missing annotation (autogen)'
22
description: "An annotation should have been generated automatically but wasn't."
3-
labels: ['bug', 'missing annotation']
3+
labels: ['bug :beetle:', 'missing annotation']
44

55
body:
66
- type: input

.github/ISSUE_TEMPLATE/wrong_annotation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Wrong annotation (autogen)'
22
description: 'An annotation was generated automatically but is incorrect.'
3-
labels: ['bug', 'wrong annotation']
3+
labels: ['bug :beetle:', 'wrong annotation']
44

55
body:
66
- type: input

0 commit comments

Comments
 (0)