From fd46b7a66b47daca417d18a55db4fa9c6a71c1af Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:25:16 -0800 Subject: [PATCH 1/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 57 ++++++++++++++++++---------- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f48c5eb14f..bb366736ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,34 +7,49 @@ assignees: '' --- -** Please make sure you read the contribution guide and file the issues in the right place. ** -[Contribution guide.](https://google.github.io/adk-docs/contributing-guide/) +## 🔴 Required Information +*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* -**Describe the bug** +**Describe the Bug** A clear and concise description of what the bug is. -**To Reproduce** -Please share a minimal code and data to reproduce your problem. -Steps to reproduce the behavior: -1. Install '...' -2. Run '....' -3. Open '....' -4. Provide error or stacktrace +**Steps to Reproduce** +Please provide a numbered list of steps to reproduce the behavior: +1. Initialize ADK with... +2. Connect accessory... +3. Call function `x`... +4. See error... -**Expected behavior** +**Expected Behavior** A clear and concise description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. +**Observed Behavior** +What actually happened? Include error messages or crash stack traces here. -**Desktop (please complete the following information):** - - OS: [e.g. macOS, Linux, Windows] - - Python version(python -V): - - ADK version(pip show google-adk): +**Environment Details** +* **ADK Library Version:** (e.g., 2.0.1) +* **Desktop OS:** (e.g., macOS, Linux, Windows] +* **Python Version:** - **Model Information:** - - Are you using LiteLLM: Yes/No - - Which model is being used(e.g. gemini-2.5-pro) +**Model Information** +* **Are you using LiteLLM:** Yes/No +* **Which model is being used:** (e.g., gemini-2.5-pro) -**Additional context** +--- + +## 🟡 Optional Information +*Providing this information greatly speeds up the resolution process.* + +**Regression** +Did this work in a previous version of ADK? If so, which one? + +**Logs (Logcat)** +Please attach relevant logs. Wrap them in code blocks (```) or attach a text file. +```text +// Paste logs here +``` +**Screenshots / Video** +If applicable, add screenshots or screen recordings to help explain your problem. + +**Additional Context** Add any other context about the problem here. From 88a246f308b9abbc878bdcfcdfd3c3ff123f38de Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:27:45 -0800 Subject: [PATCH 2/4] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb366736ed..ab0f2fa411 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,7 +28,7 @@ What actually happened? Include error messages or crash stack traces here. **Environment Details** * **ADK Library Version:** (e.g., 2.0.1) -* **Desktop OS:** (e.g., macOS, Linux, Windows] +* **Desktop OS:** (e.g., macOS, Linux, Windows) * **Python Version:** **Model Information** From 49da199c021cd47ea8a446e71f717c9ef825f5b3 Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:27:59 -0800 Subject: [PATCH 3/4] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ab0f2fa411..d12432fd5a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,7 +43,7 @@ What actually happened? Include error messages or crash stack traces here. **Regression** Did this work in a previous version of ADK? If so, which one? -**Logs (Logcat)** +**Logs** Please attach relevant logs. Wrap them in code blocks (```) or attach a text file. ```text // Paste logs here From 7e00c52074da64806b6ecd7d3e36688d85d45f80 Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:40:37 -0800 Subject: [PATCH 4/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d12432fd5a..cbef1852ec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,10 +15,10 @@ A clear and concise description of what the bug is. **Steps to Reproduce** Please provide a numbered list of steps to reproduce the behavior: -1. Initialize ADK with... -2. Connect accessory... -3. Call function `x`... -4. See error... +1. Install '...' +2. Run '....' +3. Open '....' +4. Provide error or stacktrace **Expected Behavior** A clear and concise description of what you expected to happen.