Files
tokyodark/.github/ISSUE_TEMPLATE/bug_report.yml
2024-03-14 22:48:43 -04:00

16 lines
576 B
YAML

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