From fc026b879c1b6c0956c73731e56f74b85eee7d12 Mon Sep 17 00:00:00 2001 From: Takuya Matsuyama Date: Fri, 22 Dec 2023 22:02:54 +0900 Subject: [PATCH] chore(github): update issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3e0ad0c..e86e182 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 765b368..d15a4ac 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: