mirror of https://github.com/cheat/cheat.git
CONTRIBUTING.md
Made minor additions to the `CONTRIBUTING.md` file.
This commit is contained in:
parent
866eb68d64
commit
fb5ec798fa
|
@ -1,7 +1,8 @@
|
||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
If you would like to contribute cheetsheets or program functionality, please
|
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 ##
|
## Python standards ##
|
||||||
|
@ -22,4 +23,7 @@ tar -cvf /path/to/foo.tar /path/to/foo/
|
||||||
tar -xzvf /path/to/foo.tgz
|
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/
|
[PEP 8]: http://legacy.python.org/dev/peps/pep-0008/
|
||||||
|
|
Loading…
Reference in New Issue