From 2077521f84dcf0fbb5cb192e3bbb638220a418c1 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Fri, 7 Nov 2025 10:37:36 -0800 Subject: [PATCH] Trivial yaml fixes for linter. (#12725) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b68748a936..88fdf8cffd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: 'Bug Report' description: 'Report a bug to help us improve Gemini CLI' labels: - 'status/need-triage' -type: Bug +type: 'Bug' body: - type: 'markdown' attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 980da0c7a0..fe29c794ff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,7 +2,7 @@ name: 'Feature Request' description: 'Suggest an idea for this project' labels: - 'status/need-triage' -type: Feature +type: 'Feature' body: - type: 'markdown' attributes: