Add contribution guide

This commit is contained in:
Brian S. Stephan 2017-02-06 20:46:37 -06:00
parent 01397814b4
commit b450aaf5df
1 changed files with 10 additions and 0 deletions

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
## Contributing
This is a pretty fun, non-serious hacking project, so if you're interested in
contributing, sign up, clone the project, and submit some merge requests!
There's a lot to add and work on, so join in.
## Code Style
4 spaces per indent level. 120 character line length. Follow PEP8 as closely
as reasonable. There's a prospector config, use it.