From 95b5f335940e6fdcc90bf82a62548c7822692763 Mon Sep 17 00:00:00 2001 From: tiagovla Date: Thu, 14 Mar 2024 22:48:43 -0400 Subject: [PATCH] ci: add bug issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..65cfb96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,15 @@ +name: Bug report +description: Report a problem in tokyodark.nvim +labels: [bug] +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. + + - type: textarea + attributes: + label: "Description" + description: "A short description of the problem you are reporting." + validations: + required: true