Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 353 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (8 loc) · 353 Bytes
  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 code changes
  5. Push your branch git push origin my-branch-name
  6. Make a PR from branch to merge into master.
  7. Get a code review.
  8. Merge into master.