awesome-zsh-plugins/.github/PULL_REQUEST_TEMPLATE.md
2020-10-28 07:44:00 -06:00

38 lines
1.9 KiB
Markdown

<!--- Provide a general summary of your changes in the Title above -->
<!--- If you're unsure about anything in this checklist, don't hesitate to create a PR and ask. I'm happy to help! -->
# Description
<!--- Describe your changes in detail, ideally [linking](example.com) to the project/resouce in this description. -->
# Type of changes
<!--- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: -->
- [ ] 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](https://github.com/unixorn/awesome-zsh-plugins/blob/master/LICENSE), and I agree to contribute this PR under the terms of the license.
# Checklist:
<!---
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
-->
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have confirmed that the link(s) in my PR are valid.
- [ ] 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 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.
- [ ] 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.