summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2022-12-05 11:43:26 +0100
committerGitHub <[email protected]>2022-12-05 11:43:26 +0100
commit763af07570a2b0ff86330731cd9dcea23d086c64 (patch)
treed827ec0eb3946b74cd0bacc60f475a03d0ba58fa
parent9239a25fa7f53b27051ce5abf484c29493ffb527 (diff)
ci: better issue templates description (#3571)
-rw-r--r--.github/ISSUE_TEMPLATE/general-issue-form.yaml2
-rw-r--r--.github/ISSUE_TEMPLATE/lsp-issue-form.yaml2
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: