Skip to content

Commit fef9046

Browse files
committed
Update dev process docs
1 parent 8c7f93b commit fef9046

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

hypothesis-python/docs/development.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
Ongoing Hypothesis development
33
==============================
44

5-
Hypothesis development is managed by me, `David R. MacIver <https://www.drmaciver.com>`_.
6-
I am the primary author of Hypothesis.
5+
Hypothesis development is managed by `David R. MacIver <https://www.drmaciver.com>`_
6+
and `Zac Hatfield-Dodds <https://zhd.dev>`_, respectively the first author and lead
7+
maintainer.
78

8-
*However*, I no longer do unpaid feature development on Hypothesis. My roles as leader of the project are:
9+
*However*, these roles don't include unpaid feature development on Hypothesis.
10+
Our roles as leaders of the project are:
911

1012
1. Helping other people do feature development on Hypothesis
1113
2. Fixing bugs and other code health issues
@@ -17,7 +19,8 @@ I am the primary author of Hypothesis.
1719
So all new features must either be sponsored or implemented by someone else.
1820
That being said, the maintenance team takes an active role in shepherding pull requests and
1921
helping people write a new feature (see :gh-file:`CONTRIBUTING.rst` for
20-
details and :pull:`154` for an example of how the process goes). This isn't
22+
details and :gh-link:`these examples of how the process goes
23+
<pulls?q=is%3Apr+is%3Amerged+mentored>`). This isn't
2124
"patches welcome", it's "we will help you write a patch".
2225

2326

hypothesis-python/docs/support.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ sees them.
1010

1111
For bugs and enhancements, please file an issue on the :issue:`GitHub issue tracker <>`.
1212
Note that as per the :doc:`development policy <development>`, enhancements will probably not get
13-
implemented unless you're willing to pay for development or implement them yourself (with assistance from me). Bugs
13+
implemented unless you're willing to pay for development or implement them yourself
14+
(with assistance from the maintainers). Bugs
1415
will tend to get fixed reasonably promptly, though it is of course on a best effort basis.
1516

1617
To see the versions of Python, optional dependencies, test runners, and operating systems Hypothesis

0 commit comments

Comments
 (0)