2017-05-08 20:54:17 -07:00
<!-- - Provide a general summary of your changes in the Title above -->
2017-08-14 07:38:11 -06:00
<!-- - If you're unsure about anything in this checklist, don't hesitate to create a PR and ask. I'm happy to help! -->
2017-05-08 20:54:17 -07:00
2017-08-28 09:41:17 -06:00
# Description
2017-08-28 09:38:35 -06:00
2019-09-11 10:14:27 -04:00
<!--- Describe your changes in detail, ideally [linking ](example.com ) to the project/resouce in this description. -->
2017-05-08 20:54:17 -07:00
2017-08-28 09:41:17 -06:00
# Type of changes
2017-08-28 09:38:35 -06:00
2017-05-08 20:54:17 -07:00
<!--- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: -->
2017-08-28 09:38:35 -06:00
2017-05-08 20:54:17 -07:00
- [ ] A link to an external resource like a blog post
2018-12-14 08:04:25 -07:00
- [ ] Add/remove a tab completion
2017-08-14 07:38:11 -06:00
- [ ] Add/remove a plugin
- [ ] Add/remove a theme
- [ ] Text cleanups/typo fixes
2017-05-08 20:54:17 -07:00
2018-07-23 08:01:39 -06: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 09:41:17 -06:00
# Checklist:
2017-08-28 09:38:35 -06:00
2019-11-11 13:53:16 -07:00
<!-- -
Go over all the following points, and put an `x` in all the boxes that apply.
You only need to check the box for completions/plugins/themes if you added something in those categories
-->
2019-04-18 08:50:26 -06:00
2017-06-29 20:23:09 -06:00
- [ ] I have confirmed that the link(s) in my PR are valid.
2018-12-14 08:04:25 -07: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-08 20:54:17 -07:00
- [ ] I have read the **CONTRIBUTING** document.
- [ ] All new and existing tests passed.
2019-08-17 07:56:38 -06:00
- [ ] Any added completions have a license file in their repository.
- [ ] Any added plugins have a license file in their repository.
- [ ] Any added themes have a screen shot and a license file in their repository.
2018-12-14 08:04:25 -07:00
- [ ] I have stripped leading and trailing **zsh-** or **oh-my-zsh-** substrings from the link name. This makes it easier to find plugins/themes/completions by name since there aren't big clusters in the **O** and **Z** sections of the list.