From 783928efa64e52e64cd0fa218a4e86b6b91eeb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aslak=20Helles=C3=B8y?= Date: Wed, 13 Jul 2016 11:05:45 +0200 Subject: [PATCH] Clarify branching policy Ref #32 #33 #34 #38 /cc @gmk1217 @Javix @jbpros @tooky @mattwynne --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13876f2b48..b27d6200c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,8 @@ Any change to resources in this repository must be through pull requests. This a to documentation, code, binary files, etc. Even long term committers and TC members must use pull requests, except for trivial changes. +Pull requests must be independent so they can be merged/rejected independently of other pull requests. Every pull request must be made on a separate branch, branched off from the HEAD of the master branch. No pull requests should depend on other pull requests or be branched off from non-master branches. + No pull request can be merged without being reviewed. For non-trivial contributions, pull requests should sit for at least 36 hours to ensure that