0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-08 18:10:08 +00:00

Fixed bug report yaml formatting

This commit is contained in:
Dan Brown 2021-10-19 15:15:35 +01:00 committed by GitHub
parent 72ad87b123
commit c699f176bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ body:
placeholder: (eg. v21.08.5) placeholder: (eg. v21.08.5)
validations: validations:
required: true required: true
- type: input - type: input
id: phpversion id: phpversion
attributes: attributes:
label: PHP Version label: PHP Version
@ -52,11 +52,11 @@ body:
placeholder: (eg. 7.4) placeholder: (eg. 7.4)
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: hosting id: hosting
attributes: attributes:
label: Hosting Environment label: Hosting Environment
description: Describe your hosting environment as much as possible including any proxies used (If applicable). description: Describe your hosting environment as much as possible including any proxies used (If applicable).
placeholder: (eg. Ubuntu 20.04 VPS, installed using official installation script) placeholder: (eg. Ubuntu 20.04 VPS, installed using official installation script)
validations: validations:
required: true required: true