ci: update issue templates (#3540)

This commit is contained in:
LostNeophyte 2022-11-28 19:13:08 +01:00 committed by GitHub
parent 979e5930a8
commit 84ce0803e1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 23 deletions

View file

@ -1,12 +1,12 @@
name: General Issue name: General Issue
description: File a bug report description: File a bug report not related to LSP (language support, diagnostics)
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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! If you need real-time help, join us on Discord. Thank you for helping us improve!
- type: textarea - type: textarea
@ -26,8 +26,9 @@ body:
id: version id: version
attributes: attributes:
label: LunarVim version label: LunarVim version
description: "output of `:LvimVersion` (hold shift when selecting and copy using the terminal's copy binding)"
placeholder: | placeholder: |
output of :LvimVersion branch-commit
validations: validations:
required: true required: true
- type: input - type: input
@ -54,20 +55,6 @@ body:
placeholder: | placeholder: |
1. `nvim -u ~/.local/share/lunarvim/lvim/tests/minimal_lsp.lua` 1. `nvim -u ~/.local/share/lunarvim/lvim/tests/minimal_lsp.lua`
2. ... 2. ...
- type: textarea
id: support-info
attributes:
label: support info
description: Information from LspInfo and LvimInfo
placeholder: |
```console
# :LspInfo
```
```console
# :LvimInfo
```
validations:
required: true
- type: textarea - type: textarea
id: screenshots id: screenshots
attributes: attributes:

View file

@ -1,14 +1,13 @@
name: LSP Issue name: LSP Issue
description: File a LSP related bug report description: File a LSP (language support, diagnostics) related bug report
labels: [bug, lsp] labels: [bug, LSP]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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! If you need real-time help, join us on Discord. Thank you for helping us improve!
- type: textarea - type: textarea
id: problem-description id: problem-description
attributes: attributes:
@ -20,8 +19,9 @@ body:
id: version id: version
attributes: attributes:
label: LunarVim version label: LunarVim version
description: "output of `:LvimVersion` (hold shift when selecting and copy using the terminal's copy binding)"
placeholder: | placeholder: |
output of :LvimVersion branch-commit
validations: validations:
required: true required: true
- type: input - type: input
@ -86,10 +86,11 @@ body:
id: lsp-logs id: lsp-logs
attributes: attributes:
label: logs 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 render: console
- type: textarea - type: textarea
id: screenshots id: screenshots
attributes: attributes:
label: Screenshots label: Screenshots
description: If applicable, add screenshots to help explain your problem description: If applicable, add screenshots to help explain your problem