Skip to content
artyomnesterenko edited this page Jun 16, 2017 · 5 revisions

Contribution Guidelines

Project scheme

We use the project schema described in this article for the sake of consistency.

LFS

To store big files we use Git LFS.

Scripts formatting

Python scripts should be formatted according to PEP8. Please consider using the flake8 and pylint tools for checking your code before committing.

Commit message formatting convention

Commits should consist of header and body divided by empty line. Each row of body should describe a separate changing in project. All sentences are in present simple tense.