Skip to content

Commit ad56d56

Browse files
authored
Remove bug label from issue templates (#163)
Remove the `bug` label from the issue templates in favor of the `Bug` issue type
1 parent 19aea3a commit ad56d56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1-grammar-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Grammar Bug
22
description: A bug related to the Tree-Sitter grammar (e.g. syntax highlighting, auto-indents, outline, bracket-closing).
3-
labels: ["bug", "grammar"]
3+
labels: ["grammar"]
44
type: "Bug"
55
body:
66
- type: checkboxes

.github/ISSUE_TEMPLATE/2-language-server-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Language Server Bug
22
description: A bug related to the language server (e.g. autocomplete, diagnostics, hover-docs, go to symbol, initialization options).
3-
labels: ["bug", "language-server"]
3+
labels: ["language-server"]
44
type: "Bug"
55
body:
66
- type: checkboxes

.github/ISSUE_TEMPLATE/3-other-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Other Bug
22
description: A bug related to something else!
3-
labels: ["bug"]
3+
labels: []
44
type: "Bug"
55
body:
66
- type: textarea

0 commit comments

Comments
 (0)