mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 15:27:46 +00:00
update bug report template
This commit is contained in:
parent
bf15d3f42f
commit
84011df035
1 changed files with 18 additions and 6 deletions
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug Report
|
||||||
about: Create a bug report
|
about: Create a bug report
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
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?
|
What is the bug?
|
||||||
|
|
||||||
**To Reproduce**
|
## Steps
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. See error
|
3. See error
|
||||||
|
|
||||||
**Screenshots**
|
## Screenshots
|
||||||
If possible, add screenshots to help explain the bug.
|
If possible, add screenshots to help explain the bug.
|
||||||
|
|
||||||
**OS & Version:**
|
## Crash report
|
||||||
e.g: Windows 11, Gupax v1.2.1
|
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.
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue