diff --git a/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml b/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml index a0e7de2f..f6bcd4c1 100644 --- a/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml b/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml index fe451783..23208617 100644 --- a/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml b/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml index 840bd5e2..82181c43 100644 --- a/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/calculation_bug_report.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index d14ed940..cf41bd86 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea for this project -labels: [feature] +labels: [enhancement] body: - type: markdown attributes: