diff options
| author | jvoisin | 2018-06-07 00:11:50 +0200 |
|---|---|---|
| committer | jvoisin | 2018-06-07 00:11:50 +0200 |
| commit | 11261c3d870b7c4b9fa3f7a3864bc65956ad786c (patch) | |
| tree | 4003693447cd1855655004892347ac59776c9c4f /CONTRIBUTING.md | |
| parent | 1adb6c0f2e929f9fd05269bf6d41d54f3a42c850 (diff) | |
Document the fact that tests for MR are appreciated
Diffstat (limited to '')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
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 ) | |||
| 7 | and to send a pull-request. Please do check that everything is fine by running the | 7 | and to send a pull-request. Please do check that everything is fine by running the |
| 8 | testsuite with `python3 -m unittest discover -v` before submitting one :) | 8 | testsuite with `python3 -m unittest discover -v` before submitting one :) |
| 9 | 9 | ||
| 10 | If you're fixing a bug or adding a new feature, please add tests accordingly, | ||
| 11 | this will greatly improve the odds of your merge-request getting merged. | ||
| 12 | |||
| 10 | # Doing a release | 13 | # Doing a release |
| 11 | 14 | ||
| 12 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) | 15 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) |
