diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6256823471..a6ffb6d328 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: Bug description: File a bug report/issue title: "[Bug]: " -labels: ["type:bug", "type:triage"] +labels: ["bug", "triage"] body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 84b8ac5dcc..936d1dcaf5 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,7 @@ name: Feature description: Suggest your feature title: "[Feature]: " -labels: ["type:enhancement", "type:triage"] +labels: ["enhancement", "triage"] body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index b69aa7a3ab..8506c69e0a 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,7 +1,7 @@ name: Question description: Ask your question title: "[Q]: " -labels: ["type:question", "type:triage"] +labels: ["question", "triage"] body: - type: markdown attributes: