mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
feat(issue-templates): Refine issue template labels and types
Updated and to use a field instead of and labels. Modified to use instead of and removed . This change streamlines issue categorization and aligns with updated labeling conventions.
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: 'Bug Report'
|
||||
description: 'Report a bug to help us improve Gemini CLI'
|
||||
labels:
|
||||
- 'kind/bug'
|
||||
- 'status/need-triage'
|
||||
type: Bug
|
||||
body:
|
||||
- type: 'markdown'
|
||||
attributes:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: 'Feature Request'
|
||||
description: 'Suggest an idea for this project'
|
||||
labels:
|
||||
- 'kind/enhancement'
|
||||
- 'status/need-triage'
|
||||
type: Feature
|
||||
body:
|
||||
- type: 'markdown'
|
||||
attributes:
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/website_issue.yml
vendored
3
.github/ISSUE_TEMPLATE/website_issue.yml
vendored
@@ -1,8 +1,7 @@
|
||||
name: 'Website issue'
|
||||
description: 'Report an issue with the Gemini CLI Website and Gemini CLI Extensions Gallery'
|
||||
labels:
|
||||
- 'area/website'
|
||||
- 'status/need-triage'
|
||||
- 'area/extensions'
|
||||
body:
|
||||
- type: 'markdown'
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user