mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
Merge pull request #17 from DeanLemans/patch-1
Some checks are pending
CI / ci (macos-12) (push) Waiting to run
CI / ci (ubuntu-latest) (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (macos-latest) (push) Waiting to run
Rust / test (ubuntu-latest) (push) Waiting to run
Rust / typo (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (macos-latest) (push) Waiting to run
Rust / doc (ubuntu-latest) (push) Waiting to run
Typo / typo (push) Waiting to run
Some checks are pending
CI / ci (macos-12) (push) Waiting to run
CI / ci (ubuntu-latest) (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (macos-latest) (push) Waiting to run
Rust / test (ubuntu-latest) (push) Waiting to run
Rust / typo (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (macos-latest) (push) Waiting to run
Rust / doc (ubuntu-latest) (push) Waiting to run
Typo / typo (push) Waiting to run
fixed some typos and updated bug_report.md
This commit is contained in:
commit
bfcaebb82f
1 changed files with 7 additions and 5 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -8,7 +8,7 @@ assignees: ''
|
|||
---
|
||||
|
||||
## OS & Version:
|
||||
e.g: Windows 11, Gupax v1.3.3
|
||||
e.g: Windows 11, Gupaxx v1.4.2
|
||||
|
||||
## Bug
|
||||
What is the bug?
|
||||
|
@ -23,13 +23,15 @@ Steps to reproduce the behavior:
|
|||
If possible, add screenshots to help explain the bug.
|
||||
|
||||
## Crash report
|
||||
If Gupax is crashing, you may have a file here:
|
||||
If Gupaxx 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`
|
||||
- Windows: `C:\Users\YOUR_USER_NAME\AppData\Roaming\Gupaxx\crash.txt`
|
||||
- macOS: `/Users/YOUR_USER_NAME/Library/Application Support/Gupaxx/crash.txt`
|
||||
- Linux: `/home/YOUR_USER_NAME/.local/share/gupaxx/crash.txt`
|
||||
|
||||
If you do, please upload or copy-paste `crash.txt` here:
|
||||
```
|
||||
paste inside here.
|
||||
```
|
||||
## Additional context
|
||||
<!-- Add any other context about the problem here. -->
|
||||
|
|
Loading…
Reference in a new issue