Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 661 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 661 Bytes

Code Conventions

Python code

Python code in Rackslab software projects must be formatted with Black and this set of paramters:

$ black --line-length 80 --skip-string-normalization --target-version py36 --color <code>

Git Conventions

Commit Messages

Contributors on Rackslab organization Git repositories should do their best to follow guidelines defined in conventional commits for the commit messages.

Release Versions Numbering

The versions numbers of Rackslab software releases follow the semantic versionning specifications.