diff options
| author | Jerop Kipruto <[email protected]> | 2025-06-25 16:29:51 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 20:29:51 +0000 |
| commit | 8c5a0b6f88984208f28383cc76b6569bd2e274b0 (patch) | |
| tree | ba5da9457c8a4cee46b76955a53bde36c786ae9c | |
| parent | b0cf9bcecea84c15ad951edc94f09f73f8c3a192 (diff) | |
prompt users to search for existing issues before creating a new one (#1595)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 051d145e..f96f9682 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,8 @@ labels: '' assignees: '' --- +<!-- Please search https://github.com/google-gemini/gemini-cli/issues to see if an issue already exists for the bug you encountered. If you find one, please add a comment to the existing issue. --> + **Describe the bug** A clear and concise description of what the bug is. |
