mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
After neovim/neovim#15259 lua healthchecks are called directly and are prefered over neovim autoload ones. The discover of Lua ones requires the function to be named "check()". Also the mentioned PR changed the design of healthchecks to not use output capturing, therefore avoid printing and instead concatenate and call the health functions.
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
name: Bug report
|
|
description: Create a report to help us improve
|
|
labels: [ bug ]
|
|
|
|
body:
|
|
- type: checkboxes
|
|
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
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Output of `:checkhealth nvim-treesitter`
|
|
render: markdown
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Output of `nvim --version`
|
|
render: text
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any context about the problem here.
|
|
|