Random small improvements
This commit is contained in:
parent
d738b133d0
commit
17ba07deef
5 changed files with 164 additions and 19 deletions
94
.gitea/issue_template/bug_report.yaml
Normal file
94
.gitea/issue_template/bug_report.yaml
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
name: Bug Report
|
||||
about: Something not working right? Let us know so we can fix it!
|
||||
title: "[Bug] "
|
||||
labels:
|
||||
- bug
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to report this! The more detail you can give, the faster we can track it down.
|
||||
Don't worry about being too technical — just describe what happened in your own words.
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Tell us what went wrong. What did you see or experience?
|
||||
placeholder: "e.g. The app froze after I clicked Save, and my backup never ran."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: What did you expect to happen?
|
||||
placeholder: "e.g. I expected my settings to save and the backup to start at the scheduled time."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: |
|
||||
Walk us through exactly what you did before the problem showed up.
|
||||
Try to be specific — even small details can help! Number each step.
|
||||
placeholder: |
|
||||
1. Opened WoW Backup
|
||||
2. Went to Settings
|
||||
3. Changed the backup time to 5:00 PM
|
||||
4. Clicked Save
|
||||
5. The app froze and stopped responding
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: frequency
|
||||
attributes:
|
||||
label: How often does this happen?
|
||||
options:
|
||||
- Every time
|
||||
- Sometimes
|
||||
- It only happened once
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating system
|
||||
options:
|
||||
- macOS
|
||||
- Windows
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: app-version
|
||||
attributes:
|
||||
label: App version
|
||||
description: You can find this in the app's title bar or About screen.
|
||||
placeholder: "e.g. 1.0.0"
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Log file
|
||||
description: |
|
||||
Logs help us understand what went wrong behind the scenes. Here's how to find them:
|
||||
|
||||
**macOS:** Open Finder, press **Cmd+Shift+G**, and paste: `~/Library/Application Support/WoWBackup/logs`
|
||||
**Windows:** Press **Win+R**, and paste: `%APPDATA%\WoWBackup\logs`
|
||||
|
||||
You can also open this folder from the app: go to **Settings** and click the **Open Logs** button at the bottom.
|
||||
|
||||
Attach the most recent `wowbackup.log` file by dragging it into this text box.
|
||||
placeholder: Drag your log file here, or paste any relevant log lines.
|
||||
|
||||
- type: textarea
|
||||
id: extra
|
||||
attributes:
|
||||
label: Anything else?
|
||||
description: Screenshots, screen recordings, or any other context that might help.
|
||||
Loading…
Add table
Add a link
Reference in a new issue