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.