diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general-issue-form.yaml | 2 | ||||
| -rw-r--r-- | .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: | 
