diff options
| author | georg | 2019-11-28 02:15:20 +0000 |
|---|---|---|
| committer | jvoisin | 2019-11-30 01:14:41 -0800 |
| commit | 697cb36b814d7e01da336c43b1932264302a2528 (patch) | |
| tree | c14075024469adf5aa30614c95173cada156229c /CONTRIBUTING.md | |
| parent | 6e52661cfb4e79a76a6ff80637d5adf495a15479 (diff) | |
This is mat2, not MAT2
Closes #131
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed8013c..34dfe23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Contributing to MAT2 | 1 | # Contributing to mat2 |
| 2 | 2 | ||
| 3 | The main repository for MAT2 is on [0xacab]( https://0xacab.org/jvoisin/mat2 ), | 3 | The main repository for mat2 is on [0xacab]( https://0xacab.org/jvoisin/mat2 ), |
| 4 | but you can send patches to jvoisin by [email](https://dustri.org/) if you prefer. | 4 | but you can send patches to jvoisin by [email](https://dustri.org/) if you prefer. |
| 5 | 5 | ||
| 6 | Do feel free to pick up [an issue]( https://0xacab.org/jvoisin/mat2/issues ) | 6 | Do feel free to pick up [an issue]( https://0xacab.org/jvoisin/mat2/issues ) |
| @@ -16,7 +16,7 @@ If you're adding a new fileformat, please add tests for: | |||
| 16 | 2. Cleaning metadata | 16 | 2. Cleaning metadata |
| 17 | 3. Raising `ValueError` upon a corrupted file | 17 | 3. Raising `ValueError` upon a corrupted file |
| 18 | 18 | ||
| 19 | Since MAT2 is written in Python3, please conform as much as possible to the | 19 | Since mat2 is written in Python3, please conform as much as possible to the |
| 20 | [pep8]( https://pep8.org/ ) style; except where it makes no sense of course. | 20 | [pep8]( https://pep8.org/ ) style; except where it makes no sense of course. |
| 21 | 21 | ||
| 22 | # Doing a release | 22 | # Doing a release |
