Fix tags not automatically apply for issues (#5260)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Accuracy bug report
|
||||
description: Create a bug report to help us fix incorrect wordings
|
||||
labels: ["bug: accuracy"]
|
||||
labels: ["bug:accuracy"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Behaviour bug report
|
||||
description: Create a bug report to help us fix incorrectly behaviour or logic
|
||||
labels: ["bug: behaviour"]
|
||||
labels: ["bug:behaviour"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Calculation bug report
|
||||
description: Create a bug report to help us fix incorrect calculations
|
||||
labels: ["bug: calculation"]
|
||||
labels: ["bug:calculation"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
labels: [feature]
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user