docs: use markdown instead of checkboxes

This commit is contained in:
Stephan Seitz 2022-01-15 16:46:38 +01:00
parent 000923ccfc
commit 3c1042bf6d

View file

@ -3,19 +3,16 @@ description: Create a report to help us improve
labels: [ bug ]
body:
- type: checkboxes
- type: markdown
attributes:
label: Before reporting
description: Please do the following steps before reporting an issue.
options:
- label: I have updated my neovim version to latest _master_
required: true
- label: I have updated my plugin to the latest version
required: true
- label: I have run `:TSUpdate`
required: true
- label: I have read the [troubleshooting section](https://github.com/nvim-treesitter/nvim-treesitter#troubleshooting)
required: true
value: |
# Before reporting
Please do the following steps before reporting an issue.
- I have updated my neovim version to latest _master_
- I have updated my plugin to the latest version
- I have run `:TSUpdate`
- I have read the [troubleshooting section](https://github.com/nvim-treesitter/nvim-treesitter#troubleshooting)
- type: textarea
attributes: