mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-27 23:00:50 +02:00
66 lines
1.8 KiB
YAML
66 lines
1.8 KiB
YAML
name: Bug Report
|
|
description: Something isn't working
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Do not include passwords, access tokens, proxy credentials, personal information, or other secrets. Automated triage sends the issue title and body to OpenRouter after removing the logs/screenshots field and redacting common sensitive-data patterns.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What happened?
|
|
placeholder: Describe the bug. What did you expect vs what actually happened?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
placeholder: |
|
|
1. Go to ...
|
|
2. Click on ...
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
options:
|
|
- macOS (Apple Silicon)
|
|
- macOS (Intel)
|
|
- Windows
|
|
- Linux
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Donut Browser version
|
|
placeholder: e.g. 0.17.6 or nightly-2026-03-21
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: wayfern_version
|
|
attributes:
|
|
label: Wayfern version
|
|
description: Settings → About, or the version shown when creating a profile. Use "unknown" if not browser-specific.
|
|
placeholder: e.g. 138.0.7204.50 or unknown
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Error logs or screenshots
|
|
description: Use Settings → Advanced → Copy logs for a redacted log bundle. Review it before posting. Never include credentials or personal information.
|
|
placeholder: Paste logs here or drag screenshots
|
|
validations:
|
|
required: false
|