Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 576 Bytes

File metadata and controls

19 lines (11 loc) · 576 Bytes

Contributing

So, you've seen the code and you think it could need a little more improvement, special improvement from you! So, how do you contribute? How do you make it more likely that your contribution will get accepted? This guide is here to help.

What this guide covers

This guide will cover

  • Code style
  • Naming conventions
  • And more

Code style

Our code style is Black. It is very strict and covers many aspects of code style. It'll try to keep it under 90 characters (which is our code style's hard limit)

Naming conventions

Preferred methods