Update CONTRIBUTING.md [CI skip]

This commit is contained in:
Hugo 2014-08-04 10:35:07 +03:00
parent 5c0395b933
commit 7113721ad0

View File

@ -2,12 +2,12 @@
## Fixes, Features and Changes ## Fixes, Features and Changes
Send a pull request. We'll generally want documentation and tests for new features. Tests or documentation on their own are also welcomed. Feel free to ask questions as an issue or on irc (irc.freenode.net, #pil) Send a pull request. We'll generally want documentation and tests for new features. Tests or documentation on their own are also welcomed. Feel free to ask questions as an [issue](https://github.com/python-pillow/Pillow/issues/new) or on IRC (irc.freenode.net, #pil)
- Fork the repo - Fork the repo
- Make a branch - Make a branch
- Add your changes + Tests - Add your changes + Tests
- Run the test suite. Try to run on both Python 2.x and 3.x, or you'll get tripped up. You can enable Travis-ci on your repo to catch test failures prior to the pull request. - Run the test suite. Try to run on both Python 2.x and 3.x, or you'll get tripped up. You can enable [Travis CI on your repo](https://travis-ci.org/profile/) to catch test failures prior to the pull request.
- Push to your fork, and make a pull request. - Push to your fork, and make a pull request.
A few guidelines: A few guidelines:
@ -17,7 +17,7 @@ A few guidelines:
## Bugs ## Bugs
When reporting bugs, please include example code that reproduces the issue, and if possible a problem image. The best reproductions are self contained scripts that pull in as few dependencies as possible. An entire django stack is harder to handle. When reporting bugs, please include example code that reproduces the issue, and if possible a problem image. The best reproductions are self contained scripts that pull in as few dependencies as possible. An entire Django stack is harder to handle.
Let us know: Let us know:
- What did you do? - What did you do?