Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 782 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 782 Bytes

Welcome to the contributing guide for this project!

There are a few things to note before you start contributing:

  • an example feature request is here and an issue/bug report is here
  • a pull request is here

Environment details:

Python version: 3.9.X is officially supported. Install packages with pip install -r requirements.txt

Style guidelines:

  • python code should be autopep8 compliant, and preferably formatted with black. A link to the black repo is provided.
  • commit messages should be short and concise, present tense, and should contain a gitmoji for easy categorization