bug report template: fix multi line text in additional info box

This commit is contained in:
Henrik Grimler 2021-08-15 16:01:33 +02:00
parent 06e0f67a7c
commit b11db1f4b3

View File

@ -34,9 +34,11 @@ body:
attributes: attributes:
label: System information label: System information
description: Provide output of the command `termux-info`, enclosed it in a Markdown **code block** (\`\`\` ... \`\`\`). description: Provide output of the command `termux-info`, enclosed it in a Markdown **code block** (\`\`\` ... \`\`\`).
value: "termux-info: value: |
``` termux-info:
```" ```
```
validations: validations:
required: true required: true