瀏覽代碼

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 <lucas@tauri.studio>
@RubenKelevra 3 年之前
父節點
當前提交
08deda5f99
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 0 - 1
.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