mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 17:23:08 +00:00
d24a8cd2f7
Add instructions for signing off on commits to the PR template and a link to the DCO action help. Signed-off-by: Joe Block <jpb@unixorn.net>
2.3 KiB
2.3 KiB
Description
Type of changes
- A link to an external resource like a blog post
- Add/remove/update a link to a framework
- Add/remove/update a link to a plugin
- Add/remove/update a link to a tab completion
- Add/remove/update a link to a theme
- Text cleanups/typo fixes
Copyright Assignment
- This document is covered by the BSD License, and I agree to contribute this PR under the terms of the license.
Checklist:
- I have read the CONTRIBUTING document.
- 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 - 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.
- Any added themes have a screen shot, a readme and a license file in their repository.
- I have stripped leading and trailing zsh-, zsh-plugin and/or oh-my-zsh- substrings from the link name. This makes it easier to find plugins/themes/completions by name by preventing big clusters in the O and Z sections of the list.