From e513b69d98415d1df33ce78368cd3450979d4c8d Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 6 Mar 2023 15:37:27 +0200 Subject: [PATCH] chore: fix info rendering in bug issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cadd0e9c6..10d1c32c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: