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

30 lines
822 B
YAML

name: Feature Request
about: Suggest an idea for this project
title: "[Feature] ..."
labels: "Kind/Feature"
body:
- type: textarea
id: idea
attributes:
label: What is your idea?
description: Describe the feature you would like to see. Attach any screenshots or mockups if you have them.
placeholder: I would like to see...
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 feature template.
visible: [content]