From 23b6cb75573febb653c38aa1256d4f167445a69e Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Wed, 26 Apr 2023 12:14:43 +0900 Subject: [PATCH] feat(repo): update template for github issues (#13652) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/feature_request.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 40f276a373..7ddc38c358 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: Bug report 🐛 description: Report a bug -title: "fix: " -labels: ["bug", "triage"] +labels: ["category.bug", "status.needs-triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5acb1890e5..6a0c5f411f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,6 @@ name: Feature request 💡 description: Request a feature -title: "feat: " -labels: ["feat", "triage"] +labels: ["category.enhancement", "status.needs-triage"] body: - type: markdown attributes: