Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 595 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 595 Bytes

Contributing to FerrisWheel

First, thank you for taking the time to contribute, it will make the lib become better.

Submitting a Pull Request

Thank you for your contribution, it would be amazing if you can format your code with black with the --skip-string-normalization flag. This project uses black formatting and follows most PEP-8 guidelines.

A few things to note

  • Please limit each line to 88 characters that will be much more friendly to mobile users.
  • Use present tense when describing your Pull Request, like (Fix issue not Fixed issue)