From 2f53ab08b57789fb9cdb1c623d3e0db0de2bf8fb Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Sun, 28 May 2023 22:51:31 +0300 Subject: [PATCH] github: update templates (#2527) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 625682347..a6ffb6d32 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 84b8ac5dc..936d1dcaf 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 b69aa7a3a..8506c69e0 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: