Fix tags not automatically apply for issues (#5260)

This commit is contained in:
QuickStick
2022-12-10 01:40:45 +11:00
committed by GitHub
parent f650693718
commit 32af8c9fa4
4 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -1,6 +1,6 @@
name: Feature request
description: Suggest an idea for this project
labels: [feature]
labels: [enhancement]
body:
- type: markdown
attributes: