From 84011df03520615fb54a44dea9ed334ce74e949b Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Sun, 19 Nov 2023 13:05:00 -0500 Subject: [PATCH] update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 13c6a88..3e1ccab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Create a bug report title: '' labels: bug @@ -7,17 +7,29 @@ assignees: '' --- -**Describe the bug** +## OS & Version: +e.g: Windows 11, Gupax v1.3.3 + +## Bug What is the bug? -**To Reproduce** +## Steps Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. See error -**Screenshots** +## Screenshots If possible, add screenshots to help explain the bug. -**OS & Version:** -e.g: Windows 11, Gupax v1.2.1 +## Crash report +If Gupax is crashing, you may have a file here: + +- Windows: `C:\Users\YOUR_USER_NAME\AppData\Roaming\Gupax\crash.txt` +- macOS: `/Users/YOUR_USER_NAME/Library/Application Support/Gupax/crash.txt` +- Linux: `/home/YOUR_USER_NAME/.local/share/gupax/crash.txt` + +If you do, please upload or copy-paste `crash.txt` here: +``` +paste inside here. +```