ci: add bug issue template

This commit is contained in:
2024-03-14 22:48:43 -04:00
parent afcfe84556
commit 95b5f33594

15
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -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