You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug to help us improve Gemini CLI
3
-
labels: ['kind/bug', 'status/need-triage']
1
+
name: 'Bug Report'
2
+
description: 'Report a bug to help us improve Gemini CLI'
3
+
labels:
4
+
- 'kind/bug'
5
+
- 'status/need-triage'
4
6
body:
5
-
- type: markdown
7
+
- type: 'markdown'
6
8
attributes:
7
-
value: |
8
-
> [!IMPORTANT]
9
+
value: |-
10
+
> [!IMPORTANT]
9
11
> Thanks for taking the time to fill out this bug report!
10
12
>
11
13
> Please search **[existing issues](https://github.com/google-gemini/gemini-cli/issues)** to see if an issue already exists for the bug you encountered.
12
14
13
-
- type: textarea
14
-
id: problem
15
+
- type: 'textarea'
16
+
id: 'problem'
15
17
attributes:
16
-
label: What happened?
17
-
description: A clear and concise description of what the bug is.
18
+
label: 'What happened?'
19
+
description: 'A clear and concise description of what the bug is.'
18
20
validations:
19
21
required: true
20
22
21
-
- type: textarea
22
-
id: expected
23
+
- type: 'textarea'
24
+
id: 'expected'
23
25
attributes:
24
-
label: What did you expect to happen?
26
+
label: 'What did you expect to happen?'
25
27
validations:
26
28
required: true
27
29
28
-
- type: textarea
29
-
id: info
30
+
- type: 'textarea'
31
+
id: 'info'
30
32
attributes:
31
-
label: Client information
32
-
description: Please paste the full text from the `/about` command run from Gemini CLI. Also include which platform (macOS, Windows, Linux).
33
-
value: |
33
+
label: 'Client information'
34
+
description: 'Please paste the full text from the `/about` command run from Gemini CLI. Also include which platform (macOS, Windows, Linux).'
35
+
value: |-
34
36
<details>
35
37
36
38
```console
@@ -42,14 +44,14 @@ body:
42
44
validations:
43
45
required: true
44
46
45
-
- type: textarea
46
-
id: login-info
47
+
- type: 'textarea'
48
+
id: 'login-info'
47
49
attributes:
48
-
label: Login information
49
-
description: Describe how you are logging in (e.g., Google Account, API key).
50
+
label: 'Login information'
51
+
description: 'Describe how you are logging in (e.g., Google Account, API key).'
50
52
51
-
- type: textarea
52
-
id: additional-context
53
+
- type: 'textarea'
54
+
id: 'additional-context'
53
55
attributes:
54
-
label: Anything else we need to know?
55
-
description: Add any other context about the problem here.
56
+
label: 'Anything else we need to know?'
57
+
description: 'Add any other context about the problem here.'
echo "Core full-text-summary.txt not found at: $core_full_text_summary_file" >> "$comment_file"
99
+
echo "Core full-text-summary.txt not found at: ${CORE_FULL_TEXT_SUMMARY_FILE}" >> "${COMMENT_FILE}"
92
100
fi
93
-
echo '```' >> "$comment_file"
94
-
echo "</details>" >> "$comment_file"
95
-
echo "" >> "$comment_file"
101
+
echo '```' >> "${COMMENT_FILE}"
102
+
echo "</details>" >> "${COMMENT_FILE}"
103
+
echo "" >> "${COMMENT_FILE}"
96
104
97
-
echo "_For detailed HTML reports, please see the 'coverage-reports-${{ inputs.node_version }}-${{ inputs.os }}' artifact from the main CI run._" >> "$comment_file"
105
+
echo "_For detailed HTML reports, please see the 'coverage-reports-${NODE_VERSION}-${OS}' artifact from the main CI run._" >> "${COMMENT_FILE}"
0 commit comments