Remove auto-applied label in issue template (#685)
We use label as manual indication that our team is asked all necessaries question and correctly labeled issue, so we mark them manually in 100% cases
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
name: "Bug report"
|
name: "Bug report"
|
||||||
description: "Use this template if you're running into issues with Windows, macOS, or Linux (native package) version."
|
description: "Use this template if you're running into issues with Windows, macOS, or Linux (native package) version."
|
||||||
labels: bug
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: unique
|
id: unique
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
name: "Feature request"
|
name: "Feature request"
|
||||||
description: "Use this form to suggest a feature."
|
description: "Use this form to suggest a feature."
|
||||||
labels: enhancement
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user