mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 13:44:13 +00:00
PR template: Explicitly forbid "... for Neovim" (#637)
The phrase "... for Neovim" is redundant in a list about Neovim plugins. There's already an item in the PR checklist that addresses it as a concept, but this commit adds the phrase explicitly.
This commit is contained in:
parent
aaa58dd1f6
commit
4a04d06a9c
1 changed files with 1 additions and 1 deletions
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -4,6 +4,6 @@ Checklist:
|
|||
- [ ] The lines end with a `.`. This is to conform to `awesome-list` linting and requirements.
|
||||
- [ ] It's not already on the list.
|
||||
- [ ] The title of the pull request is ```Add/Update/Remove `username/repo` ``` when adding a new plugin.
|
||||
- [ ] The description doesn't start with `A Neovim plugin for..`, or `A plugin for..`.
|
||||
- [ ] The description doesn't start with `A Neovim plugin for...` or `A plugin for...`, and doesn't end with `... for Neovim`.
|
||||
- [ ] The description doesn't mention that it's a Neovim plugin, it's obvious from the rest of the document.
|
||||
- [ ] Neovim is spelled as `Neovim` (not `nvim`, `NeoVim` or `neovim`), Vim is spelled as `Vim` (capitalized), Lua is spelled as `Lua` (capitalized).
|
||||
|
|
Loading…
Reference in a new issue