mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Move CI note to contributing
This commit is contained in:
parent
ddb12e25b7
commit
cfd87ccad2
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user