mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
docs: use markdown instead of checkboxes
This commit is contained in:
parent
000923ccfc
commit
3c1042bf6d
1 changed files with 9 additions and 12 deletions
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -3,19 +3,16 @@ description: Create a report to help us improve
|
||||||
labels: [ bug ]
|
labels: [ bug ]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Before reporting
|
value: |
|
||||||
description: Please do the following steps before reporting an issue.
|
# Before reporting
|
||||||
options:
|
Please do the following steps before reporting an issue.
|
||||||
- label: I have updated my neovim version to latest _master_
|
|
||||||
required: true
|
- I have updated my neovim version to latest _master_
|
||||||
- label: I have updated my plugin to the latest version
|
- I have updated my plugin to the latest version
|
||||||
required: true
|
- I have run `:TSUpdate`
|
||||||
- label: I have run `:TSUpdate`
|
- I have read the [troubleshooting section](https://github.com/nvim-treesitter/nvim-treesitter#troubleshooting)
|
||||||
required: true
|
|
||||||
- label: I have read the [troubleshooting section](https://github.com/nvim-treesitter/nvim-treesitter#troubleshooting)
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue