summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2014-04-18 17:28:12 +0100
committerCory Benfield <lukasaoz@gmail.com>2014-04-18 17:28:12 +0100
commit6c1ddeedfbb12abfb6778620836a181f63387b4a (patch)
treeda9692a3462bb96f1a0ae9df765be9dbdb079f92 /docs
parent082b877d81d64ad81d2845933436e210b47a3e3e (diff)
downloadpython-requests-6c1ddeedfbb12abfb6778620836a181f63387b4a.tar.gz
First pass at update to philosophy section.
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/philosophy.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/dev/philosophy.rst b/docs/dev/philosophy.rst
index 2f8ca855..8c9490ab 100644
--- a/docs/dev/philosophy.rst
+++ b/docs/dev/philosophy.rst
@@ -4,10 +4,12 @@ Development Philosophy
Requests is an open but opinionated library, created by an open but opinionated developer.
-Benevolent Dictator
-~~~~~~~~~~~~~~~~~~~
+Management Style
+~~~~~~~~~~~~~~~~
+
+`Kenneth Reitz <http://kennethreitz.org>`_ is the BDFL. He has final say in any decision related to the Requests project. Kenneth is responsible for the direction and form of the library. In addition to making decisions based on technical merit, he is responsible for making decisions based on the development philosophy of Requests. Only Kenneth may merge code into Requests.
-`Kenneth Reitz <http://kennethreitz.org>`_ is the BDFL. He has final say in any decision related to Requests.
+`Ian Cordasco <http://www.coglib.com/~icordasc/>`_ and `Cory Benfield <https://lukasa.co.uk/about/>`_ are the core contributors. They are responsible for triaging bug reports, reviewing pull requests and ensuring that Kenneth is kept up to speed with developments around the library. The day-to-day managing of the project is done by the core contributors. They are responsible for making judgements about whether or not a feature request is likely to be accepted by Kenneth. They do not have the authority to change code or merge code changes, though they may change documentation. Their word is not final.
Values
~~~~~~