From acde9de4ca5e7bbb543e146bc69af565cdd01570 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 1 Jul 2014 07:23:19 -0400 Subject: [PATCH] Add developer docs [ci skip] Document our various development practices, include a reminder to myself not to run the tests with every commit! --- docs/developer.rst | 4 ++++ docs/index.rst | 1 + 2 files changed, 5 insertions(+) create mode 100644 docs/developer.rst diff --git a/docs/developer.rst b/docs/developer.rst new file mode 100644 index 000000000..5e34934f7 --- /dev/null +++ b/docs/developer.rst @@ -0,0 +1,4 @@ +Developer +========= + +.. Note:: When committing only trivial changes, please include [ci skip] in the commit message to avoid running tests on Travis-CI. Thank you! diff --git a/docs/index.rst b/docs/index.rst index a8c204228..1a7e81550 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,6 +35,7 @@ and old versions from `PyPI `_. guides reference/index.rst handbook/appendices + developer original-readme Support Pillow!