From 8c100d7a02d7f27a9620476ad9eaf0e343ecf446 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Wed, 2 Sep 2015 15:59:58 -0700 Subject: [PATCH] Slightly clarify contribution workflow --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0abc08d78c..7fec2b7873c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,13 +88,18 @@ Running the examples Contributing code ----------------- -The Sky engine repository gladly accepts contributions via GitHub pull requests: +The Sky engine repository gladly accepts contributions via GitHub pull requests. + +To start working on a patch: * `git fetch upstream` * `git checkout upstream/master -b name_of_your_branch` * Hack away * `git commit -a` * `git push origin name_of_your_branch` + +To send us a pull request: + * `git pull-request` (if you are using [Hub](http://github.com/github/hub/)) or go to `https://github.com//sky_engine` and click the "Compare & pull request" button