From fef90464f3ce5cca6066fe2424d9b30548306c02 Mon Sep 17 00:00:00 2001 From: Zac-HD Date: Wed, 5 May 2021 13:01:21 +1000 Subject: [PATCH] Update dev process docs --- hypothesis-python/docs/development.rst | 11 +++++++---- hypothesis-python/docs/support.rst | 3 ++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/hypothesis-python/docs/development.rst b/hypothesis-python/docs/development.rst index f90a907cd6..551403722e 100644 --- a/hypothesis-python/docs/development.rst +++ b/hypothesis-python/docs/development.rst @@ -2,10 +2,12 @@ Ongoing Hypothesis development ============================== -Hypothesis development is managed by me, `David R. MacIver `_. -I am the primary author of Hypothesis. +Hypothesis development is managed by `David R. MacIver `_ +and `Zac Hatfield-Dodds `_, respectively the first author and lead +maintainer. -*However*, I no longer do unpaid feature development on Hypothesis. My roles as leader of the project are: +*However*, these roles don't include unpaid feature development on Hypothesis. +Our roles as leaders of the project are: 1. Helping other people do feature development on Hypothesis 2. Fixing bugs and other code health issues @@ -17,7 +19,8 @@ I am the primary author of Hypothesis. So all new features must either be sponsored or implemented by someone else. That being said, the maintenance team takes an active role in shepherding pull requests and helping people write a new feature (see :gh-file:`CONTRIBUTING.rst` for -details and :pull:`154` for an example of how the process goes). This isn't +details and :gh-link:`these examples of how the process goes +`). This isn't "patches welcome", it's "we will help you write a patch". diff --git a/hypothesis-python/docs/support.rst b/hypothesis-python/docs/support.rst index 286cfca958..e6ab532f99 100644 --- a/hypothesis-python/docs/support.rst +++ b/hypothesis-python/docs/support.rst @@ -10,7 +10,8 @@ sees them. For bugs and enhancements, please file an issue on the :issue:`GitHub issue tracker <>`. Note that as per the :doc:`development policy `, enhancements will probably not get -implemented unless you're willing to pay for development or implement them yourself (with assistance from me). Bugs +implemented unless you're willing to pay for development or implement them yourself +(with assistance from the maintainers). Bugs will tend to get fixed reasonably promptly, though it is of course on a best effort basis. To see the versions of Python, optional dependencies, test runners, and operating systems Hypothesis