This project has been paused while we deal with backlog and the repository has been archived to disable pull and feature enhancement requests. Issues and pull requests will not be accepted until further notice.
If you want to add an issue or pull request, please ensure that the existing issues don't already cover your question or contribution.
To get started contributing code to the mapbox-sdk-py
project:
We recommend using virtualenv
to isolate dependencies for development.
This guide assumes that you have already created and activated a virtualenv for this project.
Ensure that you have the latest version of pip installed:
pip install -U pip
Clone the repository (alternatively, if you plan on making a pull request and are not in the Mapbox organization, use the github page to create your own fork)
git clone [email protected]:mapbox/mapbox-sdk-py.git
cd mapbox-sdk-py
Install in "editable" mode with testing dependencies
pip install -e ".[test]"
And finally create a separate branch to begin work
git checkout -b my-new-feature
Pull requests are welcomed! We'd like to review the design and implementation as early as possible so please submit the pull request even if it's not 100%. Let us know the purpose of the change and list the remaining items which need to be addressed before merging. Finally, PR's should include unit tests and documentation where appropriate.
Everyone is invited to participate in Mapbox’s open source projects and public discussions: we want to create a welcoming and friendly environment. Harassment of participants or other unethical and unprofessional behavior will not be tolerated in our spaces. The Contributor Covenant applies to all projects under the Mapbox organization and we ask that you please read the full text.
You can learn more about our open source philosophy on mapbox.com.