We want to make contributing to this project as easy and transparent as possible.
PRs are welcomed!
- Fork the repo and create your branch from
master
. - If you've changed APIs, update the documentation.
- Please ALWAYS unwrap your long methods to enhance readability. If your code is quickly readable, then we can quickly sketch out what it does, but if wrapped, it gets UNNECESSARILY longer to understand.
- Most importantly, match the existing code style as much as possible.
- Try to keep lines under 120 characters, if possible.