ci: fix minor typos in the github template (#159)

* chore: fix minor typos in the github template

* fix typo in repro.lua
This commit is contained in:
Jeremy Goh 2022-12-25 20:42:26 +08:00 committed by GitHub
parent 8ea9d8b024
commit db14d4b2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ body:
-- install plugins -- install plugins
local plugins = { local plugins = {
"folke/tokyonight.nvim", "folke/tokyonight.nvim",
-- add any other pugins here -- add any other plugins here
} }
require("lazy").setup(plugins, { require("lazy").setup(plugins, {
root = root .. "/plugins", root = root .. "/plugins",

View File

@ -5,8 +5,8 @@ labels: [enhancement]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Did you check docs the docs? label: Did you check the docs?
description: Make sure you read all the docs before subimtting a feature request description: Make sure you read all the docs before submitting a feature request
options: options:
- label: I have read all the lazy docs - label: I have read all the lazy docs
required: true required: true