mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
58 lines
1.6 KiB
YAML
58 lines
1.6 KiB
YAML
name: Bug report
|
|
description: Report a reproducible problem in Fluxer.
|
|
type: Bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Search existing issues before filing.
|
|
Report security issues at https://fluxer.app/security.
|
|
Keep AI-generated text out of bug reports, except for direct translation if English is not your native language.
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: Summary
|
|
description: What happened, and what did you expect instead?
|
|
placeholder: When I ..., the app ..., but I expected ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Use numbered steps.
|
|
placeholder: |
|
|
1. Go to ...
|
|
2. Click ...
|
|
3. See ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: Add versions, OS, browser, device, or commit when relevant.
|
|
placeholder: |
|
|
Version:
|
|
OS:
|
|
Browser:
|
|
Device:
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: evidence
|
|
attributes:
|
|
label: Logs or screenshots
|
|
description: Add logs, screenshots, recordings, or links. Redact secrets.
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: checks
|
|
attributes:
|
|
label: Checks
|
|
options:
|
|
- label: I searched existing issues.
|
|
required: true
|
|
- label: I wrote this report in my own words, except for direct translation if needed.
|
|
required: true
|