From eea301eb11fdc3d5870da2408abccf4d96d8532f Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Mon, 29 Jul 2024 19:56:01 +0800 Subject: [PATCH] chore: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1255468..79a5961 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,6 +51,12 @@ body: label: What is actually happening? validations: required: true + - type: textarea + id: editor-value + attributes: + label: Editor Value + description: Output of `instance.command.getValue()` + render: json - type: textarea id: system-info attributes: @@ -62,4 +68,4 @@ body: id: additional-comments attributes: label: Any additional comments? - description: e.g. some background/context of how you ran into this bug. \ No newline at end of file + description: e.g. some background/context of how you ran into this bug.