From 3ee0aecd8b3cdf7d570b931b8f44fef116c6b969 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Wed, 5 Jul 2023 06:51:50 +0200 Subject: [PATCH] type markdown -> type textarea --- .github/ISSUE_TEMPLATE/language-server-bug.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/language-server-bug.yml b/.github/ISSUE_TEMPLATE/language-server-bug.yml index 1e5994eeb1f..8b179448158 100644 --- a/.github/ISSUE_TEMPLATE/language-server-bug.yml +++ b/.github/ISSUE_TEMPLATE/language-server-bug.yml @@ -11,21 +11,21 @@ body: - label: I have searched the existing issues required: true - - type: markdown + - type: textarea attributes: label: Current Behavior description: A concise description of the issue you're experiencing. validations: required: false - - type: markdown + - type: textarea attributes: label: Expected Behavior description: A concise description of what you expected to happen. validations: required: false - - type: markdown + - type: textarea attributes: label: Steps To Reproduce description: Steps to reproduce the behavior. @@ -37,7 +37,7 @@ body: validations: required: false - - type: markdown + - type: textarea attributes: label: Environment description: | @@ -52,7 +52,7 @@ body: validations: required: false - - type: markdown + - type: textarea attributes: label: Anything else? description: |