From 01ce91a47405f4096156297fca167b1611cbcb7b Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:58:28 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b2619939..7b10f01a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,31 +1,35 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** +**Clear scenario to Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' -4. See error +4. Explanation of an error or a bug **Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** +**App Logs** +Please include and attach log.txt from ``%AppData%\GHelper`` + +**Screenshots or screencasts** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] + - OS: [e.g. Windows 11] - Laptop model - + **Additional context** Add any other context about the problem here. + +## NOTE +Bug reports without clear information or scenario to reproduce will be closed without answer. +Please respect time of the developer. Thanks.