Move CI note to contributing

This commit is contained in:
Alex Clark 2015-09-30 08:37:02 -04:00
parent ddb12e25b7
commit cfd87ccad2
2 changed files with 1 additions and 30 deletions

View File

@ -17,6 +17,7 @@ Please send a pull request to the master branch. Please include [documentation](
- Separate code commits from reformatting commits.
- Provide tests for any newly added code.
- Follow PEP8.
- When committing only trivial changes please include [ci skip] in the commit message to avoid running tests on Travis-CI.
## Reporting Issues

View File

@ -1,30 +0,0 @@
Developer
=========
.. Note:: When committing only trivial changes, please include [ci skip] in the commit message to avoid running tests on Travis-CI. Thank you!
Release
-------
Details about making a Pillow release.
Version number
~~~~~~~~~~~~~~
The version number is currently stored in 3 places::
PIL/__init__.py _imaging.c setup.py
Read the Docs
~~~~~~~~~~~~~
Make sure the default version for Read the Docs is the latest release version e.g. 3.0.0 not latest.
Release notes
-------------
.. toctree::
:maxdepth: 2
releasenotes/index.rst