2017-05-09 03:54:17 +00:00
<!-- - Provide a general summary of your changes in the Title above -->
2017-08-14 13:38:11 +00:00
<!-- - If you're unsure about anything in this checklist, don't hesitate to create a PR and ask. I'm happy to help! -->
2020-10-04 15:05:35 +00:00
2017-08-28 15:41:17 +00:00
# Description
2017-08-28 15:38:35 +00:00
2019-09-11 14:14:27 +00:00
<!--- Describe your changes in detail, ideally [linking ](example.com ) to the project/resouce in this description. -->
2017-05-09 03:54:17 +00:00
2017-08-28 15:41:17 +00:00
# Type of changes
2017-08-28 15:38:35 +00:00
2017-05-09 03:54:17 +00:00
<!--- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: -->
2017-08-28 15:38:35 +00:00
2017-05-09 03:54:17 +00:00
- [ ] A link to an external resource like a blog post
2020-10-23 13:51:48 +00:00
- [ ] 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
2017-08-14 13:38:11 +00:00
- [ ] Text cleanups/typo fixes
2017-05-09 03:54:17 +00:00
2018-07-23 14:01:39 +00:00
# Copyright Assignment
- [ ] This document is covered by the [BSD License ](https://github.com/unixorn/awesome-zsh-plugins/blob/master/LICENSE ), and I agree to contribute this PR under the terms of the license.
2017-08-28 15:41:17 +00:00
# Checklist:
2017-08-28 15:38:35 +00:00
2019-11-11 20:53:16 +00:00
<!-- -
2020-07-20 20:40:56 +00:00
Go over all the following points, and put an `x` in all the boxes that apply.
2019-11-11 20:53:16 +00:00
You only need to check the box for completions/plugins/themes if you added something in those categories
-->
2019-04-18 14:50:26 +00:00
2021-07-30 13:34:01 +00:00
- [ ] I have read the [CONTRIBUTING ](https://github.com/unixorn/awesome-zsh-plugins/blob/main/Contributing.md ) document.
2017-06-30 02:23:09 +00:00
- [ ] I have confirmed that the link(s) in my PR are valid.
2021-12-29 23:20:24 +00:00
- [ ] 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/ )
2018-12-14 15:04:25 +00:00
- [ ] My entries are single lines and are in the appropriate (plugins, themes or completions) section, and in alphabetical order in their section.
2017-05-09 03:54:17 +00:00
- [ ] All new and existing tests passed.
2021-05-23 14:16:47 +00:00
- [ ] 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.
2020-10-23 13:51:48 +00:00
- [ ] 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.