diff --git a/.github/ISSUE_TEMPLATE/1-grammar-bug.yml b/.github/ISSUE_TEMPLATE/1-grammar-bug.yml index cf7d7eb..a8fed9b 100644 --- a/.github/ISSUE_TEMPLATE/1-grammar-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-grammar-bug.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/2-language-server-bug.yml b/.github/ISSUE_TEMPLATE/2-language-server-bug.yml index 1e14071..b9c53ed 100644 --- a/.github/ISSUE_TEMPLATE/2-language-server-bug.yml +++ b/.github/ISSUE_TEMPLATE/2-language-server-bug.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/3-other-bug.yml b/.github/ISSUE_TEMPLATE/3-other-bug.yml index 86b8a6e..a10d5bc 100644 --- a/.github/ISSUE_TEMPLATE/3-other-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-other-bug.yml @@ -1,6 +1,6 @@ name: Other Bug description: A bug related to something else! -labels: ["bug"] +labels: [] type: "Bug" body: - type: textarea