few more changes

This commit is contained in:
Aiden Schembri 2025-06-30 15:26:10 +02:00
parent 3325751855
commit 26d3f5f766

View file

@ -16,7 +16,7 @@ body:
id: reprod id: reprod
attributes: attributes:
label: "Reproduction steps" label: "Reproduction steps"
description: Please enter an explicit description of your issue description: Please provide clear steps to reproduce the bug
value: | value: |
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
@ -52,12 +52,15 @@ body:
- iOS - iOS
- Linux - Linux
- Windows - Windows
- Macos - macOS
- Web - Web
validations: validations:
required: true required: true
- type: input - type: input
id: version
attributes: attributes:
label: App Version label: App Version
description: What version of Fladder are you using? description: What version of Fladder are you using?
placeholder: e.g. v0.2.1 (25) or just v0.2.1 placeholder: e.g. v0.2.1 (25) or just v0.2.1
validations:
required: true