diff options
author | LostNeophyte <[email protected]> | 2022-12-05 11:43:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-05 11:43:26 +0100 |
commit | 763af07570a2b0ff86330731cd9dcea23d086c64 (patch) | |
tree | d827ec0eb3946b74cd0bacc60f475a03d0ba58fa | |
parent | 9239a25fa7f53b27051ce5abf484c29493ffb527 (diff) |
ci: better issue templates description (#3571)
-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: |