Skip to content

Commit 7e1a144

Browse files
authored
Remove task and bug label from github issue templates #2990 (#3015)
* Remove task and bug label from github issue templates #2990 * Added type
1 parent 1bd9a79 commit 7e1a144

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Bug
33
about: Report a bug
44
title: ''
5-
labels: "\U0001F41B bug"
65
assignees: ''
7-
6+
type: Bug
87
---
98

109
**Describe the bug**

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Feature request
33
about: Don't find a feature you need? Create feature request here.
44
title: ''
5-
labels: enhancement
65
assignees: ''
6+
type: Feature
77
---
88

99
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/task.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Task
33
about: This issue represents a task
44
title: ''
5-
labels: "⚙️ task"
65
assignees: ''
7-
6+
type: Task
87
---
98

109

.github/ISSUE_TEMPLATE/user-story.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: User Story
33
about: Standard template for a user story
44
title: As a [subject] I want to [do something] so that [I add business value]
5-
labels: "\U0001F4C7 user story"
5+
type: User Story
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)