From 5ab69c4f0bd4321d125333997bc2d4192c1c7ecb Mon Sep 17 00:00:00 2001 From: MrSubidubi Date: Fri, 26 Dec 2025 11:06:33 +0100 Subject: [PATCH] Remove `bug` label from issue templates --- .github/ISSUE_TEMPLATE/1-grammar-bug.yml | 2 +- .github/ISSUE_TEMPLATE/2-language-server-bug.yml | 2 +- .github/ISSUE_TEMPLATE/3-other-bug.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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