]> BookStack Code Mirror - bookstack/commitdiff
Fixed bug report yaml formatting
authorDan Brown <redacted>
Tue, 19 Oct 2021 14:15:35 +0000 (15:15 +0100)
committerGitHub <redacted>
Tue, 19 Oct 2021 14:15:35 +0000 (15:15 +0100)
.github/ISSUE_TEMPLATE/bug_report.yml

index 4b2baab86919e927f59b5c91c536b5ac86ac4835..35aa481db8e10e0abe78ac439c8a3a5b14e015f2 100644 (file)
@@ -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