diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 83324d3..e6b2b68 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -82,7 +82,7 @@ body: -- install plugins local plugins = { "folke/tokyonight.nvim", - -- add any other pugins here + -- add any other plugins here } require("lazy").setup(plugins, { root = root .. "/plugins", diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7bfd88b..ad7f1a1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,8 +5,8 @@ labels: [enhancement] body: - type: checkboxes attributes: - label: Did you check docs the docs? - description: Make sure you read all the docs before subimtting a feature request + 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 lazy docs required: true