Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 367 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 367 Bytes

Contributing

Issues

Found a critical bug or some typo, feel free to create a PR or an issue for it.

Just 3 things:

  1. Without supporting tests, no non-trivial PR shall be accepted. "Code without tests is broken by design." - Jacob
  2. Stick to PEP-8.
  3. Base your work off the develop branch.