From 2db17d9eb20ffb8a2f102353adde63401a4a1331 Mon Sep 17 00:00:00 2001 From: tiagovla Date: Thu, 14 Mar 2024 22:59:48 -0400 Subject: [PATCH] ci: improve the issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 65cfb96..d2d9357 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,21 @@ body: - type: markdown attributes: value: | - Please report the neovim version you are using. Additionally, use the minimal configuration [config.lua](https://github.com/tiagovla/tokyodark.nvim/blob/master/.github/config.lua) with `NVIM_APPNAME=tokyodark nvim -u config.lua` including relevant plugins. + Use the minimal configuration [config.lua](https://github.com/tiagovla/tokyodark.nvim/blob/master/.github/config.lua) with `NVIM_APPNAME=tokyodark nvim -u config.lua`. + + - type: textarea + attributes: + label: "Neovim version" + description: "Please report the neovim version you are using." + validations: + required: true + + - type: textarea + attributes: + label: "Minimal configuration" + description: "Include a minimal configuration to reproduce the problem with relevant plugins if the minimum configuration provided is not enough." + validations: + required: false - type: textarea attributes: