summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)