.github/ISSUE_TEMPLATE: fix triage label
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ name: '🪲 Report a bug'
|
||||
description: 'Report a bug that you have encountered'
|
||||
labels:
|
||||
- type:bug
|
||||
- status:needs-triage
|
||||
- needs:triage
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: 'Report an issue in the Backstage documentation'
|
||||
labels:
|
||||
- domain:docs
|
||||
- type:documentation
|
||||
- status:needs-triage
|
||||
- needs:triage
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: '💡 Suggest a change'
|
||||
description: 'Suggest an idea for a new feature or change to Backstage'
|
||||
labels:
|
||||
- type:suggestion
|
||||
- status:needs-triage
|
||||
- needs:triage
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: '🚧 Track a maintenance task'
|
||||
description: 'Track a maintenance task'
|
||||
labels:
|
||||
- type:maintenance
|
||||
- status:needs-triage
|
||||
- needs:triage
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
name: '❓ Other'
|
||||
description: 'Something not captured by any other template'
|
||||
labels:
|
||||
- needs:triage
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user