@@ -7,34 +7,69 @@ 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
12+ triaging. Requests without complete information may be rejected / deprioritized.
13+ If an item is not applicable to you - please mark it as N/A*
1214
13- ** Describe the bug **
15+ ** Describe the Bug: **
1416A clear and concise description of what the bug is.
1517
16- ** To Reproduce**
17- Please share a minimal code and data to reproduce your problem.
18- Steps to reproduce the behavior:
18+ ** Steps to Reproduce:**
19+ Please provide a numbered list of steps to reproduce the behavior:
19201 . Install '...'
20212 . Run '....'
21223 . Open '....'
22234 . Provide error or stacktrace
2324
24- ** Expected behavior **
25+ ** Expected Behavior: **
2526A clear and concise description of what you expected to happen.
2627
27- ** Screenshots **
28- If applicable, add screenshots to help explain your problem .
28+ ** Observed Behavior: **
29+ What actually happened? Include error messages or crash stack traces here .
2930
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):
31+ ** Environment Details:**
32+
33+ - ADK Library Version (pip show google-adk):
34+ - Desktop OS:** [ e.g., macOS, Linux, Windows]
35+ - Python Version (python -V):
36+
37+ ** Model Information:**
3438
35- ** Model Information:**
3639 - Are you using LiteLLM: Yes/No
37- - Which model is being used(e.g. gemini-2.5-pro)
40+ - Which model is being used: (e.g., gemini-2.5-pro)
41+
42+ ---
43+
44+ ## 🟡 Optional Information
45+ * Providing this information greatly speeds up the resolution process.*
46+
47+ ** Regression:**
48+ Did this work in a previous version of ADK? If so, which one?
3849
39- ** Additional context**
50+ ** Logs:**
51+ Please attach relevant logs. Wrap them in code blocks (```) or attach a
52+ text file.
53+ ``` text
54+ // Paste logs here
55+ ```
56+
57+ ** Screenshots / Video:**
58+ If applicable, add screenshots or screen recordings to help explain
59+ your problem.
60+
61+ ** Additional Context:**
4062Add any other context about the problem here.
63+
64+ ** Minimal Reproduction Code:**
65+ Please provide a code snippet or a link to a Gist/repo that isolates the issue.
66+ ``` python
67+ // Code snippet here
68+ ```
69+
70+ ** How often has this issue occurred?:**
71+
72+ - Always (100%)
73+ - Often (50%+)
74+ - Intermittently (<50%)
75+ - Once / Rare
0 commit comments