94 lines
2.7 KiB
YAML
94 lines
2.7 KiB
YAML
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 Status 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.
|