Files
photon-dashboard/.gitea/issue_template/bug_report.yml
2025-05-03 02:12:09 +01:00

30 lines
753 B
YAML

name: Bug Report
about: File a bug report
title: "[Bug] ..."
labels: "Kind/Bug"
body:
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Describe the bug and what the expected behaviour was.
placeholder: A bug happened!
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of Photon are you running? You can find this in the footer of the app.
options:
- 0.1.3 (Latest)
- 0.1.2
- 0.1.1
- 0.1.0
validations:
required: true
- type: markdown
attributes:
value: |
This issue was created using the bug report template.
visible: [content]