diff options
| author | jvoisin | 2018-07-02 00:27:38 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-02 00:27:38 +0200 |
| commit | 0638b9bbbbe9fa5de50c01ea160a53f0e7162d59 (patch) | |
| tree | cee0252ba8394caf2598568ab637f329757aaed0 /CONTRIBUTING.md | |
| parent | 893f58554ab963f8abd4a08222a311014322fff1 (diff) | |
Document that we do like PEP8
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b314798..69f7f6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -16,6 +16,9 @@ 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 | ||
| 20 | [pep8]( https://pep8.org/ ) style; except where it makes no sense of course. | ||
| 21 | |||
| 19 | # Doing a release | 22 | # Doing a release |
| 20 | 23 | ||
| 21 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) | 24 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) |
