Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-grammar-bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Grammar Bug
description: A bug related to the Tree-Sitter grammar (e.g. syntax highlighting, auto-indents, outline, bracket-closing).
labels: ["bug", "grammar"]
labels: ["grammar"]
type: "Bug"
body:
- type: checkboxes
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-language-server-bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Language Server Bug
description: A bug related to the language server (e.g. autocomplete, diagnostics, hover-docs, go to symbol, initialization options).
labels: ["bug", "language-server"]
labels: ["language-server"]
type: "Bug"
body:
- type: checkboxes
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-other-bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Other Bug
description: A bug related to something else!
labels: ["bug"]
labels: []
type: "Bug"
body:
- type: textarea
Expand Down