From be94bc5aff84069395c333bdf472f39b550bdba7 Mon Sep 17 00:00:00 2001 From: Denis Sazonov Date: Tue, 16 Feb 2021 20:21:37 +0000 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..7a50f7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,16 +23,22 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**Environment (please complete the following information):** + - OS: [e.g. Windows 10 / Ubuntu 20.04 LTS] + - Andriller version [e.g. 3.5.3] + - Was it an installer or run from source (installer/source). If from source, answer next questions. + - Python version [e.g. 3.7.9] + - ADB binary path [on a unix OS, cmd: `$ which adb`] + - ADB version [cmd: `$ adb version` ] + +**Target Android device (where applicable):** + - When a device is connected, is it recognised when clicked on **Check**? [Yes/No] + - Device make / model: [e.g. Samsung GT-i9300] + - Android OS: [e.g. 9.0] + - Screenlock present? [e.g. Yes, known credentials / Unknown credentials / No screenlock] + +**Error Log / Traceback** +Include any error logs or tracebacks from the terminal/console. **Additional context** Add any other context about the problem here.