mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 09:23:01 +00:00
Clean up contributing guidelines
This commit is contained in:
parent
f3a127c7e3
commit
56df769ef1
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@ First and foremost, thanks for the help, I appreciate all of the contributions,
|
|||
|
||||
## To add to the list:
|
||||
|
||||
Submit a pull request.
|
||||
### Submit a pull request.
|
||||
|
||||
* Descriptions should be clear, concise, and non-promotional.
|
||||
* Descriptions should follow the link, on the same line, with capitalization consistent with the other entries.
|
||||
* Each entry should be a single line. This makes keeping the sections sorted easier. We let the GitHub formatter handle adding any required line breaks.
|
||||
* Each item should be limited to one link, and that link should be the first part of the line.
|
||||
* Descriptions should follow the link, on the same line, with capitalization consistent with the other entries in the section.
|
||||
* Each entry should be a single line. This makes keeping the sections sorted easier. We let the GitHub formatter handle adding any required line breaks rather than embedding breaks in the lines ourselves.
|
||||
* Each entry should be limited to one link, and that link should be the first part of the line. It is ok to submit more than one entry in a PR.
|
||||
* If you're submitting a theme, please try to make sure that the theme repo has a screen shot so that list users can tell what it looks like before installing it.
|
||||
* Please make sure all framework, plugin, themes or completions list entries are sorted *alphabetically*.
|
||||
* The link should be the name of the package or project
|
||||
|
|
Loading…
Reference in a new issue