Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 506 Bytes

Contribution Guide

How to Report a Bug

Submit an Issue.

How to Request a Feature

Submit an Issue.

How to Fix a Bug/ Implement a Feature

  • Contributions to this project will be reviewed through Pull Requests.
  • All Python code is >= v3.8 and should adhere to PEP8 standards.
  • Unit tests must pass for all modifications / additions.