Added a CONTRIBUTING.md file

- Added a CONTRIBUTING.md file
- Corrected a small indentation error
- version bump
This commit is contained in:
Chris Lane
2014-05-25 22:19:43 -04:00
parent afcaaafbe5
commit 8677e0c35a
4 changed files with 12 additions and 3 deletions

9
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,9 @@
Contributing
============
If you would like to contribute cheetsheets or program functionality, please
fork this repository, make your changes, and send me a pull request.
Python code show follow the standards laid out by [PEP 8][].
[PEP 8]: http://legacy.python.org/dev/peps/pep-0008/