summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-12-18 18:20:49 +0100
committerGitHub <noreply@github.com>2017-12-18 18:20:49 +0100
commitd370e7788d646c93f30605e36dad02a402aae410 (patch)
treee79de3204e44f1c16b7513c1fab128c729620861 /CONTRIBUTING.rst
parent2f8427bb4eb2ac4d4e4dfe0df2b9fc7aee1b68d7 (diff)
parent1f0d06641a3f0dbea673f1b2468c6a40da5861e1 (diff)
downloadpytest-d370e7788d646c93f30605e36dad02a402aae410.tar.gz
Merge pull request #2068 from flub/commitaccess
[proposal] Add section about how you become a committer
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d85a894b9..79be79fa6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -276,3 +276,15 @@ Here is a simple overview, with pytest-specific bits:
base: features # if it's a feature
+Joining the Development Team
+----------------------------
+
+Anyone who has successfully seen through a pull request which did not
+require any extra work from the development team to merge will
+themselves gain commit access if they so wish (if we forget to ask please send a friendly
+reminder). This does not mean your workflow to contribute changes,
+everyone goes through the same pull-request-and-review process and
+no-one merges their own pull requests unless already approved. It does however mean you can
+participate in the development process more fully since you can merge
+pull requests from other contributors yourself after having reviewed
+them.