From dea1ae5be0b3d07bc4dfea5049e272f58e6728e4 Mon Sep 17 00:00:00 2001 From: Rob Kam Date: Thu, 20 Jul 2023 17:14:00 +0100 Subject: [PATCH] Update bug_report.md As per Update issue templates #161 --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..34e3c4b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,29 +10,29 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - **Expected behavior** 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] +**Steps to reproduce the bug** +The commandline you used, with full URL. + +**Output** +- The errors.log file, from the dump folder +- Stdout: [copy the text from the terminal window] +- If applicable, add screenshots to help explain your problem. + +**Desktop (please complete as much of the following as you're able to):** + - OS and version: [e.g. Kubuntu 23.04, Windows 10, macOS 14] + - File system: [e.g. EXT4, NTFS, APFS] + - Python version: [e.g. Python 3.11.4, Python 3.10] + - Name of the terminal: [e.g. Bash, CMD, Powershell] + - Dumpgenerator version: [-v option] + +**Smartphone (please complete as much of the following as you're able to):** + - OS: [e.g. iOS8.1, Android] + - Python version: [e.g. Python 3.11.4, Python 3.10] + - Name of the terminal: [e.g. Termux, Termius] + - Dumpgenerator version: [-v option] **Additional context** Add any other context about the problem here.