CONTRIBUTING.md

Made minor additions to the `CONTRIBUTING.md` file.
This commit is contained in:
Chris Lane 2017-09-05 13:48:06 -04:00
parent 866eb68d64
commit fb5ec798fa
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,8 @@
Contributing
============
If you would like to contribute cheetsheets or program functionality, please
fork this repository, make your changes, and submit a pull request.
fork this repository, make your changes, and submit a pull request against the
`master` branch.
## Python standards ##
@ -22,4 +23,7 @@ tar -cvf /path/to/foo.tar /path/to/foo/
tar -xzvf /path/to/foo.tgz
```
If you are submitting a cheatsheet that contains side-by-side columns of text,
please align the columns using spaces rather than tabs.
[PEP 8]: http://legacy.python.org/dev/peps/pep-0008/