added version field

This commit is contained in:
Jonas_Jones 2022-12-03 23:23:10 +01:00 committed by GitHub
parent c8dec1a101
commit 98641aabdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,17 @@ body:
4. See error
validations:
required: true
- type: textarea
id: versions
attributes:
label: Which version of the app are you using?
description: If this issue is occurring on more than 1 version of the app, enter the appropriate versions.
placeholder: |
1.0.0
validations:
required: true
- type: textarea
id: additional-information
attributes: