summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-06-07 00:11:50 +0200
committerjvoisin2018-06-07 00:11:50 +0200
commit11261c3d870b7c4b9fa3f7a3864bc65956ad786c (patch)
tree4003693447cd1855655004892347ac59776c9c4f
parent1adb6c0f2e929f9fd05269bf6d41d54f3a42c850 (diff)
Document the fact that tests for MR are appreciated
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
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 )
7and to send a pull-request. Please do check that everything is fine by running the 7and to send a pull-request. Please do check that everything is fine by running the
8testsuite with `python3 -m unittest discover -v` before submitting one :) 8testsuite with `python3 -m unittest discover -v` before submitting one :)
9 9
10If you're fixing a bug or adding a new feature, please add tests accordingly,
11this will greatly improve the odds of your merge-request getting merged.
12
10# Doing a release 13# Doing a release
11 14
121. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) 151. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)