chore(github): update issue templates

This commit is contained in:
Takuya Matsuyama 2023-12-22 22:02:54 +09:00
parent 83b7026ac7
commit fc026b879c
2 changed files with 7 additions and 7 deletions

View file

@ -6,15 +6,15 @@ body:
- type: markdown
attributes:
value: |
**Before** reporting an issue, make sure to read the [documentation](https://github.com/folke/tokyonight.nvim) and search [existing issues](https://github.com/folke/tokyonight.nvim/issues). Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/folke/tokyonight.nvim/discussions) and will be closed.
**Before** reporting an issue, make sure to read the [documentation](https://github.com/craftzdog/solarized-osaka.nvim) and search [existing issues](https://github.com/craftzdog/solarized-osaka.nvim/issues). Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/craftzdog/solarized-osaka.nvim/discussions) and will be closed.
- type: checkboxes
attributes:
label: Did you check docs and existing issues?
description: Make sure you checked all of the below before submitting an issue
options:
- label: I have read all the tokyonight.nvim docs
- label: I have read all the solarized-osaka.nvim docs
required: true
- label: I have searched the existing issues of tokyonight.nvim
- label: I have searched the existing issues of solarized-osaka.nvim
required: true
- label: I have searched the existing issues of plugins related to this issue
required: true
@ -74,15 +74,15 @@ body:
-- install plugins
local plugins = {
"folke/tokyonight.nvim",
"folke/tokyonight.nvim",
"craftzdog/solarized-osaka.nvim",
"craftzdog/solarized-osaka.nvim",
-- add any other plugins here
}
require("lazy").setup(plugins, {
root = root .. "/plugins",
})
vim.cmd.colorscheme("tokyonight")
vim.cmd.colorscheme("solarized-osaka")
-- add anything else here
render: Lua
validations:

View file

@ -8,7 +8,7 @@ body:
label: Did you check the docs?
description: Make sure you read all the docs before submitting a feature request
options:
- label: I have read all the tokyonight.nvim docs
- label: I have read all the solarized-osaka.nvim docs
required: true
- type: textarea
validations: