Add mandatory pull request title format

This commit is contained in:
Thomas Versteeg 2022-02-16 19:54:42 +00:00 committed by GitHub
parent caf075de29
commit d6a02a5b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,3 +4,4 @@ Checklist:
- [ ] The lines end with a `.`. This is to conform to `awesome-list` linting and requirements. - [ ] The lines end with a `.`. This is to conform to `awesome-list` linting and requirements.
- [ ] It's not already on the list. - [ ] It's not already on the list.
- [ ] If it's a colorscheme, it supports treesitter syntax. - [ ] If it's a colorscheme, it supports treesitter syntax.
- [ ] The title of the pull request is ```Add `username/repo` ``` when adding a new plugin.