From 763af07570a2b0ff86330731cd9dcea23d086c64 Mon Sep 17 00:00:00 2001 From: LostNeophyte Date: Mon, 5 Dec 2022 11:43:26 +0100 Subject: ci: better issue templates description (#3571) --- .github/ISSUE_TEMPLATE/general-issue-form.yaml | 2 +- .github/ISSUE_TEMPLATE/lsp-issue-form.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/general-issue-form.yaml b/.github/ISSUE_TEMPLATE/general-issue-form.yaml index a71349c9..f78a1ed5 100644 --- a/.github/ISSUE_TEMPLATE/general-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/general-issue-form.yaml @@ -1,5 +1,5 @@ name: General Issue -description: File a bug report not related to LSP (language support, diagnostics) +description: File a bug report not related to LSP (intellisense, completion, diagnostics, etc) labels: [bug] body: diff --git a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml index ef93606a..06590ed8 100644 --- a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml @@ -1,5 +1,5 @@ name: LSP Issue -description: File a LSP (language support, diagnostics) related bug report +description: File a bug report related to LSP (intellisense, completion, diagnostics, etc) labels: [bug, LSP] body: -- cgit v1.2.3