aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2021-11-16 21:58:58 -0500
committerStephan Seitz <stephan.seitz@fau.de>2021-11-20 17:32:50 +0100
commitb784ca7fcad3b2bf83e79432a35acf11e5fad5fd (patch)
treeac7cd82c2c9a4efb96bcc041089b3574509fee36 /.github/ISSUE_TEMPLATE
parentr add new highlights (diff)
downloadnvim-treesitter-b784ca7fcad3b2bf83e79432a35acf11e5fad5fd.tar
nvim-treesitter-b784ca7fcad3b2bf83e79432a35acf11e5fad5fd.tar.gz
nvim-treesitter-b784ca7fcad3b2bf83e79432a35acf11e5fad5fd.tar.bz2
nvim-treesitter-b784ca7fcad3b2bf83e79432a35acf11e5fad5fd.tar.lz
nvim-treesitter-b784ca7fcad3b2bf83e79432a35acf11e5fad5fd.tar.xz
nvim-treesitter-b784ca7fcad3b2bf83e79432a35acf11e5fad5fd.tar.zst
nvim-treesitter-b784ca7fcad3b2bf83e79432a35acf11e5fad5fd.zip
Add `query error: invalid node type at position` to the troubleshooting section
We have had many of these recently...
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index d770c35f8..37dbce22c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -14,6 +14,8 @@ body:
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
- type: textarea
attributes:
@@ -57,4 +59,3 @@ body:
attributes:
label: Additional context
description: Add any context about the problem here.
-