Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Feb 3, 2018
1 parent bcae789 commit 3ff1459
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3ff1459

Please sign in to comment.