summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2022-11-28 19:13:08 +0100
committerGitHub <[email protected]>2022-11-28 19:13:08 +0100
commit84ce0803e119a961106ddd88896366ad58989167 (patch)
tree4a0ae71a684f6f58953bdb5dd830def01d4a355b /.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
parent979e5930a8c8a975d75491482c13bb95bc54c5ae (diff)
ci: update issue templates (#3540)
Diffstat (limited to '.github/ISSUE_TEMPLATE/lsp-issue-form.yaml')
-rw-r--r--.github/ISSUE_TEMPLATE/lsp-issue-form.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
index b3d4713b..ef93606a 100644
--- a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
+++ b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
@@ -1,14 +1,13 @@
name: LSP Issue
-description: File a LSP related bug report
-labels: [bug, lsp]
+description: File a LSP (language support, diagnostics) related bug report
+labels: [bug, LSP]
body:
- type: markdown
attributes:
value: |
- _Before reporting:_ search [existing issues](https://github.com/lunarvim/lunarvim/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the [Troubleshooting guide](https://www.lunarvim.org/troubleshooting).
+ _Before reporting:_ search [existing issues](https://github.com/LunarVim/LunarVim/issues?q=is%3Aissue) (both open and closed) and check the [Troubleshooting guide](https://www.lunarvim.org/docs/troubleshooting).
If you need real-time help, join us on Discord. Thank you for helping us improve!
-
- type: textarea
id: problem-description
attributes:
@@ -20,8 +19,9 @@ body:
id: version
attributes:
label: LunarVim version
+ description: "output of `:LvimVersion` (hold shift when selecting and copy using the terminal's copy binding)"
placeholder: |
- output of :LvimVersion
+ branch-commit
validations:
required: true
- type: input
@@ -86,10 +86,11 @@ body:
id: lsp-logs
attributes:
label: logs
- description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
+ description: Please copy and paste any relevant log output (last lines form `<leader> L l L`). This will be automatically formatted into code, so no need for backticks.
render: console
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem
+