Skip to content

Commit fd46b7a

Browse files
authored
Update bug_report.md
1 parent 215c2f5 commit fd46b7a

1 file changed

Lines changed: 36 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,49 @@ assignees: ''
77

88
---
99

10-
** Please make sure you read the contribution guide and file the issues in the right place. **
11-
[Contribution guide.](https://google.github.io/adk-docs/contributing-guide/)
10+
## 🔴 Required Information
11+
*Please ensure all items in this section are completed to allow for efficient triaging. Requests without complete information may be rejected / deprioritized. If an item is not applicable to you - please mark it as N/A*
1212

13-
**Describe the bug**
13+
**Describe the Bug**
1414
A clear and concise description of what the bug is.
1515

16-
**To Reproduce**
17-
Please share a minimal code and data to reproduce your problem.
18-
Steps to reproduce the behavior:
19-
1. Install '...'
20-
2. Run '....'
21-
3. Open '....'
22-
4. Provide error or stacktrace
16+
**Steps to Reproduce**
17+
Please provide a numbered list of steps to reproduce the behavior:
18+
1. Initialize ADK with...
19+
2. Connect accessory...
20+
3. Call function `x`...
21+
4. See error...
2322

24-
**Expected behavior**
23+
**Expected Behavior**
2524
A clear and concise description of what you expected to happen.
2625

27-
**Screenshots**
28-
If applicable, add screenshots to help explain your problem.
26+
**Observed Behavior**
27+
What actually happened? Include error messages or crash stack traces here.
2928

30-
**Desktop (please complete the following information):**
31-
- OS: [e.g. macOS, Linux, Windows]
32-
- Python version(python -V):
33-
- ADK version(pip show google-adk):
29+
**Environment Details**
30+
* **ADK Library Version:** (e.g., 2.0.1)
31+
* **Desktop OS:** (e.g., macOS, Linux, Windows]
32+
* **Python Version:**
3433

35-
**Model Information:**
36-
- Are you using LiteLLM: Yes/No
37-
- Which model is being used(e.g. gemini-2.5-pro)
34+
**Model Information**
35+
* **Are you using LiteLLM:** Yes/No
36+
* **Which model is being used:** (e.g., gemini-2.5-pro)
3837

39-
**Additional context**
38+
---
39+
40+
## 🟡 Optional Information
41+
*Providing this information greatly speeds up the resolution process.*
42+
43+
**Regression**
44+
Did this work in a previous version of ADK? If so, which one?
45+
46+
**Logs (Logcat)**
47+
Please attach relevant logs. Wrap them in code blocks (```) or attach a text file.
48+
```text
49+
// Paste logs here
50+
```
51+
**Screenshots / Video**
52+
If applicable, add screenshots or screen recordings to help explain your problem.
53+
54+
**Additional Context**
4055
Add any other context about the problem here.

0 commit comments

Comments
 (0)