From 806d858c4537825aaf66188b2b8c038db0832dad Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Fri, 4 Jul 2025 11:59:09 -0400 Subject: [PATCH] ci: update issue templates to use GitHub alert (#3167) --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 13df1769..12bf4663 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,10 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! Please search [existing issues](https://github.com/google-gemini/gemini-cli/issues) to see if an issue already exists for the bug you encountered. + > [!IMPORTANT] + > Thanks for taking the time to fill out this bug report! + > + > Please search **[existing issues](https://github.com/google-gemini/gemini-cli/issues)** to see if an issue already exists for the bug you encountered. - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 456b14f7..c08de46a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,7 +5,10 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to suggest an enhancement! Please search [existing issues](https://github.com/google-gemini/gemini-cli/issues) to see if a similar feature has already been requested. + > [!IMPORTANT] + > Thanks for taking the time to suggest an enhancement! + > + > Please search **[existing issues](https://github.com/google-gemini/gemini-cli/issues)** to see if a similar feature has already been requested. - type: textarea id: feature