2014-07-31 03:35:04 +00:00
|
|
|
# Contributing
|
|
|
|
|
|
|
|
Your contributions are always welcome!
|
|
|
|
|
2020-06-06 20:03:24 +00:00
|
|
|
## Guideline
|
2014-07-31 03:35:04 +00:00
|
|
|
|
2015-10-03 09:53:46 +00:00
|
|
|
* Add one link per Pull Request.
|
2019-05-25 10:00:45 +00:00
|
|
|
* Make sure the PR title is in the format of `Add project-name`.
|
|
|
|
* Write down the reason why the library is awesome.
|
2015-10-03 10:08:33 +00:00
|
|
|
* Add the link: `* [project-name](http://example.com/) - A short description ends with a period.`
|
2020-06-06 20:03:24 +00:00
|
|
|
* Keep descriptions concise and **short**.
|
2015-10-03 09:53:46 +00:00
|
|
|
* Add a section if needed.
|
|
|
|
* Add the section description.
|
|
|
|
* Add the section title to Table of Contents.
|
2019-05-25 10:22:07 +00:00
|
|
|
* Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.
|
2014-07-31 18:54:38 +00:00
|
|
|
* Don't mention `Python` in the description as it's implied.
|
|
|
|
* Check your spelling and grammar.
|
2015-10-03 09:53:46 +00:00
|
|
|
* Remove any trailing whitespace.
|
2019-05-25 10:00:45 +00:00
|
|
|
|
2020-06-25 01:33:24 +00:00
|
|
|
Just a gentle reminder: **Try not to submit your own project. Instead, wait for someone finds it useful and submits it for you.**
|