From 5ad463e0e89084133c764f20d030aae33b9aa907 Mon Sep 17 00:00:00 2001
From: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Date: Mon, 15 Dec 2014 10:41:30 +0100
Subject: [PATCH] Rephrase of the text

Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
---
 PROCESS.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/PROCESS.md b/PROCESS.md
index 310b98c93244d..5cc25de05a4e2 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -107,7 +107,7 @@ Is there a request on [the feature request forum](http://feedback.gitlab.com/for
 
 ### Only accepting merge requests with green tests
 
-We can only accept a merge requests if all the tests are green, can you please
-make sure the tests of this merge requests are green? If the failing test has
-nothing do to with your merge request, you might want to rebase with master to
-see if that makes the tests green again.
+We can only accept a merge request if all the tests are green. I've just
+restarted the build. When the tests are still not passing after this restart and
+you're sure that is does not have anything to do with your code changes, please
+rebase with master to see if that solves the issue.
-- 
GitLab