mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
chore(github): update issue templates
This commit is contained in:
parent
83b7026ac7
commit
fc026b879c
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue