diff options
| author | William Boman <william@redwill.se> | 2022-02-16 21:31:18 +0100 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-02-16 21:31:35 +0100 |
| commit | f2bae9490614d4aa7a413c2bb41695ce81bbe911 (patch) | |
| tree | 541a108e0f7834dd707c0882aee5645706cdaa18 /.github | |
| parent | add server_issue.yml issue template (#486) (diff) | |
| download | mason-f2bae9490614d4aa7a413c2bb41695ce81bbe911.tar mason-f2bae9490614d4aa7a413c2bb41695ce81bbe911.tar.gz mason-f2bae9490614d4aa7a413c2bb41695ce81bbe911.tar.bz2 mason-f2bae9490614d4aa7a413c2bb41695ce81bbe911.tar.lz mason-f2bae9490614d4aa7a413c2bb41695ce81bbe911.tar.xz mason-f2bae9490614d4aa7a413c2bb41695ce81bbe911.tar.zst mason-f2bae9490614d4aa7a413c2bb41695ce81bbe911.zip | |
slight improvement to the server_issue.yaml template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_issue.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/server_issue.yaml b/.github/ISSUE_TEMPLATE/server_issue.yaml index ca022922..c528e5ec 100644 --- a/.github/ISSUE_TEMPLATE/server_issue.yaml +++ b/.github/ISSUE_TEMPLATE/server_issue.yaml @@ -50,11 +50,12 @@ body: - type: textarea attributes: label: Steps to reproduce - description: Steps to reproduce using the **minimal debug** config. + description: Steps to reproduce using the **minimal debug** config. You can download it [from here](https://github.com/williamboman/nvim-lsp-installer/blob/main/tests/minimal_debug_init.lua). placeholder: | - You can download it from here: https://github.com/williamboman/nvim-lsp-installer/blob/main/tests/minimal_debug_init.lua 1. Start neovim using the minimal_debug_init.lua: `nvim -u ~/Downloads/minimal_debug_init.lua` 2. ... + validations: + required: true - type: textarea attributes: @@ -67,6 +68,8 @@ body: attributes: label: Expected behavior description: A description of the behavior you expected. + validations: + required: true - type: textarea attributes: |
