diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2ad4d31ddb0..55b45b0d127 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,6 +9,13 @@ assignees: '' +## Before Reporting an Issue +- I have read the kickstart.nvim README.md. +- I have read the appropiate plugin's documentation. +- I have searched that this issue has not been reported before. + +- [ ] **By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.** + ## Describe the bug @@ -18,8 +25,8 @@ assignees: '' ## Desktop -- OS: -- Terminal: +- OS: +- Terminal: ## Neovim Version diff --git a/README.md b/README.md index a04871f0ea7..6139e7cc6c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +
Linux and Mac ```sh @@ -10,4 +11,4 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO ### FAQ * Wait did this config start from [kickstart](https://github.com/nvim-lua/kickstart.nvim) - * yes + * yes \ No newline at end of file diff --git a/init.lua b/init.lua index 47ff438cbe4..b8c0b2efeb4 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,4 @@ + require 'custom/settings/options' require 'custom/settings/keymaps' require 'custom/settings/autocommands'