diff options
| author | Jack Wotherspoon <[email protected]> | 2025-07-04 11:59:09 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-04 15:59:09 +0000 |
| commit | 806d858c4537825aaf66188b2b8c038db0832dad (patch) | |
| tree | 8043dd1d2b57bae340bfcd1bfda3c157abdb3e7b | |
| parent | f4923468dc4ebcd6c5c30157bfd81ada822d0983 (diff) | |
ci: update issue templates to use GitHub alert (#3167)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 5 | ||||
| -rw-r--r-- | .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 |
