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"
|
||||
description: "Use this template if you're running into issues with Windows, macOS, or Linux (native package) version."
|
||||
labels: bug
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: unique
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
name: "Feature request"
|
||||
description: "Use this form to suggest a feature."
|
||||
labels: enhancement
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user