diff options
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 599099f..b314798 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -10,6 +10,12 @@ testsuite with `python3 -m unittest discover -v` before submitting one :) | |||
| 10 | If you're fixing a bug or adding a new feature, please add tests accordingly, | 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. | 11 | this will greatly improve the odds of your merge-request getting merged. |
| 12 | 12 | ||
| 13 | If you're adding a new fileformat, please add tests for: | ||
| 14 | |||
| 15 | 1. Getting metadata | ||
| 16 | 2. Cleaning metadata | ||
| 17 | 3. Raising `ValueError` upon a corrupted file | ||
| 18 | |||
| 13 | # Doing a release | 19 | # Doing a release |
| 14 | 20 | ||
| 15 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) | 21 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) |
