diff options
| author | Jenna Inouye <[email protected]> | 2025-06-25 11:55:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 18:55:35 +0000 |
| commit | 6a0b8a733bfe49d9d19ef5b6b9a7e6866d93a5d6 (patch) | |
| tree | a9f86f506307fb6f4e9d0fa8d34e6e0da5f5f113 | |
| parent | 63a7fbc5fdda19367cac726c77773f8cb42c2f5f (diff) | |
Add information request to bug reports: login method. (#1501)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 98459b02..051d145e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,10 @@ assignees: '' A clear and concise description of what the bug is. **Client information** -Please paste the full text from the /about command run from Gemini CLI. Also include which platform (MacOS, Windows, Linux) +Please paste the full text from the /about command run from Gemini CLI. Also include which platform (MacOS, Windows, Linux). + +**Login information** +Describe how you are logging in. **Additional context** Add any other context about the problem here. |
