From 60cd31927864c5ab4864ea8dddf0de935ff9aba7 Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 16 Jul 2018 21:24:28 +0200 Subject: [PATCH] updated CONTRIBUTING.md - signed-off-by: trimstray --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a7ad4e..792b3be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,8 +32,6 @@ grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" When creating pull request, please heed the following: -- Base your code on the latest master branch to avoid manual merges +- Base your code on the latest **testing branch** to avoid manual merges - Code review may ensue in order to help shape your proposal - Explain the problem and your proposed solution - -