From 06e0f67a7cafefdf1fc925f5554ab30a4dc6fb2f Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sun, 15 Aug 2021 16:00:13 +0200 Subject: [PATCH] bug-report template: add code block for termux-info --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 423d4a89bb..73148b458f 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -34,5 +34,9 @@ body: attributes: label: System information description: Provide output of the command `termux-info`, enclosed it in a Markdown **code block** (\`\`\` ... \`\`\`). + value: "termux-info: + ``` + + ```" validations: required: true