From: Dan Brown Date: Tue, 19 Oct 2021 14:15:35 +0000 (+0100) Subject: Fixed bug report yaml formatting X-Git-Tag: v21.10~1^2~12 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/c699f176bcb085f17427d44ff3bb0c614110edbf Fixed bug report yaml formatting --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4b2baab86..35aa481db 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -44,7 +44,7 @@ body: placeholder: (eg. v21.08.5) validations: required: true -- type: input + - type: input id: phpversion attributes: label: PHP Version @@ -52,11 +52,11 @@ body: placeholder: (eg. 7.4) validations: required: false -- type: textarea + - type: textarea id: hosting attributes: label: Hosting Environment 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) validations: - required: true \ No newline at end of file + required: true