summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorFloris Bruynooghe <flub@devork.be>2016-11-17 21:25:22 +0000
committerFloris Bruynooghe <flub@devork.be>2016-11-17 21:25:22 +0000
commit4c62cd451a44959f3f2ce3b55f94e4dff9ab0f94 (patch)
tree0b893d6ebc3418c89702e9e505f522e9b59a6f0f /CONTRIBUTING.rst
parentcbf261c74ef1713f88ac56f2c382f096b252dedb (diff)
downloadpytest-4c62cd451a44959f3f2ce3b55f94e4dff9ab0f94.tar.gz
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 19b31c7f4..d8f806be6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -236,3 +236,15 @@ but here is a simple overview:
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 we forget 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. It however means you can
+participate in the development process more fully since you can merge
+pull requests from other contributors yourself after having reviewed
+them.