chore: fix info rendering in bug issue template

This commit is contained in:
amrbashir
2023-03-06 15:37:27 +02:00
parent cfcc7f3c20
commit e513b69d98

View File

@@ -47,6 +47,7 @@ body:
attributes:
label: Platform and versions
description: "Output of `npm run tauri info` or `cargo tauri info`"
render: text
validations:
required: true
@@ -54,8 +55,8 @@ body:
id: logs
attributes:
label: Stack trace
render: shell
render: text
- type: textarea
id: context
attributes: