chore: update templates (#2610)

* fix: update general-issue-form.yaml

* chore: update templates

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
This commit is contained in:
Daniel Rodríguez Rivero 2022-05-15 15:58:53 +02:00 committed by GitHub
parent d868dc14fe
commit 15da6658c8
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
3 changed files with 54 additions and 36 deletions

View file

@ -23,7 +23,7 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: lunar-vim-version id: version
attributes: attributes:
label: LunarVim version label: LunarVim version
placeholder: | placeholder: |
@ -36,26 +36,36 @@ body:
label: Neovim version (>= 0.7) label: Neovim version (>= 0.7)
description: "Output of `nvim --version`" description: "Output of `nvim --version`"
placeholder: | placeholder: |
NVIM v0.7-dev+209-g0603eba6e NVIM v0.8.0-dev+199-g2875d45e7
Build type: Release
LuaJIT 2.1.0-beta3
validations: validations:
required: true required: true
- type: input - type: input
id: system-version
attributes: attributes:
label: "Operating system/version" label: "Operating system/version"
placeholder: "macOS 11.5" placeholder: "macOS 11.5"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: logs id: steps
attributes: attributes:
label: Relevant log output label: "Steps to reproduce"
description: "Steps to reproduce using the minimal config."
placeholder: | placeholder: |
:checkhealth 1. `nvim -u ~/.local/share/lunarvim/lvim/tests/minimal_lsp.lua`
:messages 2. ...
:e $LUNARVIM_CACHE/DIR/lvim.log - type: textarea
render: shell id: support-info
attributes:
label: support info
description: Information from LspInfo and LvimInfo
placeholder: |
```console
# :LspInfo
```
```console
# :LvimInfo
```
validations: validations:
required: true required: true
- type: textarea - type: textarea

View file

@ -17,7 +17,7 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: lunar-vim-version id: version
attributes: attributes:
label: LunarVim version label: LunarVim version
placeholder: | placeholder: |
@ -30,18 +30,18 @@ body:
label: Neovim version (>= 0.7) label: Neovim version (>= 0.7)
description: "Output of `nvim --version`" description: "Output of `nvim --version`"
placeholder: | placeholder: |
NVIM v0.7-dev+209-g0603eba6e NVIM v0.8.0-dev+199-g2875d45e7
Build type: Release
LuaJIT 2.1.0-beta3
validations: validations:
required: true required: true
- type: input - type: input
id: system-version
attributes: attributes:
label: "Operating system/version" label: "Operating system/version"
placeholder: "macOS 11.5" placeholder: "macOS 11.5"
validations: validations:
required: true required: true
- type: input - type: input
id: servers
attributes: attributes:
label: "Affected language servers" label: "Affected language servers"
description: "If this issue is specific to one or more language servers, list them here. If not, write 'all'." description: "If this issue is specific to one or more language servers, list them here. If not, write 'all'."
@ -49,6 +49,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: steps
attributes: attributes:
label: "Steps to reproduce" label: "Steps to reproduce"
description: "Steps to reproduce using the minimal config." description: "Steps to reproduce using the minimal config."
@ -56,30 +57,37 @@ body:
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 - type: textarea
id: behavior
attributes: attributes:
label: "Actual behavior" label: "Actual behavior"
description: "Observed behavior." description: "Observed behavior."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected-behavior
attributes: attributes:
label: "Expected behavior" label: "Expected behavior"
description: "A description of the behavior you expected." description: "A description of the behavior you expected."
- type: textarea - type: textarea
id: logs id: support-info
attributes: attributes:
label: log and support info label: support info
description: Information from LspInfo and LvimInfo
placeholder: | placeholder: |
:LspInfo ```console
:LvimInfo # :LspInfo
:messages ```
:checkhealth ```console
:e $LUNARVIM_CACHE/DIR/lsp.log # :LvimInfo
:e $LUNARVIM_CACHE/DIR/lvim.log ```
:e $LUNARVIM_CACHE/DIR/log
render: shell
validations: validations:
required: true required: true
- type: textarea
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.
render: console
- type: textarea - type: textarea
id: screenshots id: screenshots
attributes: attributes:

View file

@ -1,12 +1,12 @@
<!-- This won't be rendered! <!-- This won't be rendered!
[CHECKLIST] [CHECKLIST]
I prefixed the title with one of the following tags: I prefixed the title with one of the following tags:
- [Feature]: For feature addition / improvements - feature: for feature addition / improvements
- [Bugfix]: When fixing a functionality - fix: when fixing a functionality
- [Refactor]: When moving code without adding any functionality - refactor: when moving code without adding any functionality
- [Doc]: On documentation updates - doc: on documentation updates
- I read the contributing guide (CONTRIBUTING.md) - I read the contributing guide [CONTRIBUTING.md](../CONTRIBUTING.md)
- My code follows the style guidelines of this project - My code follows the style guidelines of this project
- I have performed a self-review of my code - I have performed a self-review of my code
- I have commented on my code, particularly in hard-to-understand areas - I have commented on my code, particularly in hard-to-understand areas
@ -15,17 +15,17 @@ I prefixed the title with one of the following tags:
--> -->
# Description # Description
Please include a summary of the change and which issue is fixed. \ summary of the change
List any dependencies that are required for this change.
Fixes #(issue) <!--- Please list any dependencies that are required for this change. --->
fixes #(issue)
## How Has This Been Tested? ## How Has This Been Tested?
Please describe the tests that you ran to verify your changes. \ <!--- Please describe the tests that you ran to verify your changes. --->
Provide instructions so we can reproduce. \ <!--- Also list any relevant details for your test configuration. --->
Please also list any relevant details for your test configuration. <!--- Provide instructions so we can reproduce -->
- Run command `:mycommand` - Run command `:mycommand`
- Check logs - Check logs
- ... - ...