featurer/.gitea/issue_template/bug-report.yaml
Stanislav N. aka pztrn 2ecfe7f8ac
Some checks failed
Linting and tests / Linting (push) Has been cancelled
Linting and tests / Tests (push) Has been cancelled
Basic HTTP servers (#2) and various improvements over docs.
2024-10-12 23:07:49 +05:00

34 lines
961 B
YAML

---
name: Bug report
about: File a bug report
body:
- type: textarea
id: app-and-os-details
attributes:
label: What OS, deployment type and application version do you use?
placeholder: Featurer v0.1.2 on Rocky Linux 9, deployed via Docker
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: what-expected
attributes:
label: What you expect to happen?
placeholder: It should work!
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to these things
options:
- label: I have read the "Submitting issues" section in [CONTRIBUTING.md](https://code.pztrn.name/apps/featurer/CONTRIBUTING.md)
required: true