mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2025-02-16 15:28:24 +00:00
Move test certification higher in PR template
Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
parent
31ad3c8eba
commit
8306db0600
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -29,10 +29,10 @@ You only need to check the box for completions/plugins/themes if you added somet
|
|||
-->
|
||||
|
||||
- [ ] I have read the [CONTRIBUTING](https://github.com/unixorn/awesome-zsh-plugins/blob/main/Contributing.md) document.
|
||||
- [ ] All new and existing tests passed.
|
||||
- [ ] I have confirmed that the link(s) in my PR are valid.
|
||||
- [ ] I have signed off my commits. You can use `git commit --amend --no-edit --signoff` to amend an existing commit, and you can find more details about signing off commits on the DCO GitHub action page [here](https://probot.github.io/apps/dco/)
|
||||
- [ ] My entries are single lines and are in the appropriate (plugins, themes or completions) section, and in alphabetical order in their section.
|
||||
- [ ] All new and existing tests passed.
|
||||
- [ ] Any added completions have a readme and a license file in their repository.
|
||||
- [ ] Any added frameworks have a readme and a license file in their repository.
|
||||
- [ ] Any added plugins have a readme and a license file in their repository.
|
||||
|
|
Loading…
Add table
Reference in a new issue