From fb5ec798fae8c050823f1725b2fa7149ba166d95 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 5 Sep 2017 13:48:06 -0400 Subject: [PATCH] CONTRIBUTING.md Made minor additions to the `CONTRIBUTING.md` file. --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2d3f87..86f023e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/