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