Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 579 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (21 loc) · 579 Bytes

Contributing to RetroPy

TODO: write out all instructions

General principles

All contributions should follow some princiles:

  • Use Issue tracker

  • Add type hints

  • Write pythonic & documented code (sometimes C code requires adoption of non-pythonic patterns)

  • Format using Black

  • Every commit should have an comprehensive commit message

Bugs

...

Adding features

...

Existing code

Syntactic sugar & Readability

...

Typos & cosmetics

...


Thank you for your effort and time ❤️