mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-14 12:02:31 +03:00
Fixed bug report yaml formatting
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user