From 24d52ab3430b2c823e32449b669e3ad9ceeaaaf8 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Wed, 28 Jan 2026 07:43:12 -0800 Subject: [PATCH] update labels used in issue templates to keep them in-sync with other repos Signed-off-by: Rahul Sharma --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++--- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f8e9f53a2..afb9fd66a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,8 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' +title: '[Bug]: ' +labels: ["bug", "needs-triage"] --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 787e06552..a0c4b594b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Submit a feature request title: "[Feature]: " -labels: ["feature", "lifecycle/frozen"] +labels: ["feature", "needs-triage", "lifecycle/frozen"] ---