From 143a920de9192d4dacee70ad3a42be27f8c7a2d0 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 29 Jul 2021 16:35:02 +0200 Subject: [PATCH] chore: fix lsp bug issue template correct description for expected behavior --- .github/ISSUE_TEMPLATE/lsp_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml index ff25bb0a23..ba1905329b 100644 --- a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml @@ -47,10 +47,10 @@ body: - type: textarea attributes: label: "Expected behavior" + description: "A description of the behavior you expected. May optionally include logs, images, or videos." - type: textarea attributes: label: "Actual behavior" - description: "A description of the behavior you expected. May optionally include logs, images, or videos." - type: markdown attributes: