From 83547bd5874b3cea9086808da493e92ad0ad76d2 Mon Sep 17 00:00:00 2001 From: vejja Date: Sun, 1 Dec 2024 01:11:02 +0100 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 552eb97..d78b8aa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -26,6 +26,7 @@ body: - User Config: `-` - Runtime Modules: `-` - Build Modules: `-` + render: shell validations: required: true - type: input @@ -54,6 +55,7 @@ body: security: { ... } + render: typescript - type: textarea id: reproduction attributes: @@ -62,6 +64,7 @@ body: placeholder: | - Either a GitHub repository that can reproduce the bug - Or a link to a Stackblitz playground + render: text validations: required: true - type: textarea @@ -90,4 +93,4 @@ body: label: Logs description: | Optional if provided reproduction. Please try not to insert an image but copy paste the log text. - render: shell-script + render: shell