mirror of https://github.com/folke/lazy.nvim.git
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:
parent
8ea9d8b024
commit
db14d4b2a1
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue