1.1 KiB
1.1 KiB
Contributing to MAT2
The main repository for MAT2 is on 0xacab, with a mirror on gitlab.com.
Do feel free to pick up an issue
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.
If you're adding a new fileformat, please add tests for:
- Getting metadata
- Cleaning metadata
- Raising
ValueError
upon a corrupted file