From 3ff145924ab7c133cc9abeed6fe057cff98c1a45 Mon Sep 17 00:00:00 2001 From: Ryan Baumann Date: Sat, 3 Feb 2018 11:17:51 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2048f53..385c254 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,8 @@ -1. Create a new branch. -2. Make a PR from branch to merge into `master`. -3. Get a code review. -4. Merge into master. +1. Clone this repo git clone git@github.com:mapbox/mapboxgl-jupyter.git +2. Create a new branch git branch my-branch-name +3. Check out the branch git checkout my-branch-name +4. Commit your changes +5. Push your branch git push origin my-branch-name +7. Make a PR from branch to merge into `master`. +8. Get a code review. +9. Merge into master.