From 62858b77f5c53f3a80b364e00b4a3712c9d3136a Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:39:53 +0100 Subject: [PATCH] chore: improve bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 133e50e..d197ae8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,9 +15,11 @@ body: attributes: label: Reproduction & Sample Text description: > - Include sample text and mark clearly where the cursor is before the operation, - where it is afterwards, and where you expected it be. + Include sample text and mark clearly where the cursor is before the + operation, the exact operation you used, where it is afterwards, and + where you expected it be. placeholder: | + operation used: `e` before : Sample Text ------------^--------- after : Sample Text