2 Commits

Author SHA1 Message Date
ea7cec2777 chore: add feature request template 2025-04-28 13:00:05 +01:00
a6a4ceceb8 chore: minor revision to bug report 2025-04-28 12:59:54 +01:00
2 changed files with 32 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: Bug Report
about: File a bug report
title: "[Bug] "
title: "[Bug] ..."
labels: "Kind/Bug"
body:
- type: markdown
@@ -20,7 +20,7 @@ body:
id: version
attributes:
label: Version
description: What version of Photon are you running? You can find the version in the footer of the app.
description: What version of Photon are you running? You can find this in the footer of the app.
options:
- 0.1.1 (Latest)
- 0.1.0

View File

@@ -0,0 +1,30 @@
name: Feature Request
about: Suggest an idea for this project
title: "[Feature] ..."
labels: "Kind/Feature"
body:
- type: markdown
attributes:
value: |
This issue was created using the feature template.
visible: [content]
- 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.1 (Latest)
- 0.1.0
- 0.0.9
- 0.0.8
validations:
required: true