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: