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:
Adam Weinberger 2022-12-23 23:20:28 -07:00 committed by GitHub
parent aaa58dd1f6
commit 4a04d06a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).