Skip to content

Commit

Permalink
type markdown -> type textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 5, 2023
1 parent 7319a21 commit 37017e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/language-server-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -37,7 +37,7 @@ body:
validations:
required: false

- type: markdown
- type: textarea
attributes:
label: Environment
description: |
Expand All @@ -52,7 +52,7 @@ body:
validations:
required: false

- type: markdown
- type: textarea
attributes:
label: Anything else?
description: |
Expand Down

0 comments on commit 37017e4

Please sign in to comment.