mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
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>
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user