From 11261c3d870b7c4b9fa3f7a3864bc65956ad786c Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Thu, 7 Jun 2018 00:11:50 +0200
Subject: [PATCH] Document the fact that tests for MR are appreciated

---
 CONTRIBUTING.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ddd3455..b471745 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,6 +7,9 @@ Do feel free to pick up [an issue]( https://0xacab.org/jvoisin/mat2/issues )
 and to send a pull-request. Please do check that everything is fine by running the
 testsuite with `python3 -m unittest discover -v` before submitting one :)
 
+If you're fixing a bug or adding a new feature, please add tests accordingly,
+this will greatly improve the odds of your merge-request getting merged.
+
 # Doing a release
 
 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)
-- 
GitLab