From db14d4b2a10ae5108e8e0d498ef44204d645d7da Mon Sep 17 00:00:00 2001 From: Jeremy Goh <30731072+thatlittleboy@users.noreply.github.com> Date: Sun, 25 Dec 2022 20:42:26 +0800 Subject: [PATCH] ci: fix minor typos in the github template (#159) * chore: fix minor typos in the github template * fix typo in repro.lua --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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