From 0ce2bc0f3560f31020e12bab97d4645e7586d350 Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Fri, 15 Sep 2017 15:27:37 -0400 Subject: [PATCH] (docs) note that pull requests should be rebased. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21a1efb4ac97..6f2ca2b2d171 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,6 +48,8 @@ We actively welcome your pull requests. 3. If you've changed APIs, update the documentation. 4. Ensure the test suite passes. 5. Make sure your code lints. +6. PR's must be rebased before merge (feel free to ask for help) +7. PR should be reviewed by two maintainers (@erquhart, @Benaiah, @tech4him1) prior to merging. ## License