From f2bae9490614d4aa7a413c2bb41695ce81bbe911 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 16 Feb 2022 21:31:18 +0100 Subject: slight improvement to the server_issue.yaml template --- .github/ISSUE_TEMPLATE/server_issue.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') 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: -- cgit v1.2.3-70-g09d2