From 08deda5f9993c3f41e90ecb8573b066efdc152e7 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Tue, 26 Jul 2022 22:31:45 +0200 Subject: [PATCH] Fix: issue template rendering poorly 'platform and version' response (#4648) * Issue template change rendering of 'platform and version' The previously used 'shell' is for shellscript, not for console output with commands. 'console' does render much more nicely text output and commands. * remove `tauri info` render Co-authored-by: Lucas Nogueira --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c0346985d..360f93c16 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -43,7 +43,6 @@ body: attributes: label: Platform and versions description: "Output of `npm run tauri info` or `cargo tauri info`" - render: shell validations: required: true