summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 6020ae4e39ff8f7b969809b3cbf1edfa911b4037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing

If you have a usage question for a product built on Mapbox GL (such as Mapbox Mobile toolkits like our SDKs), please visit https://www.mapbox.com/help/. 

If you want to contribute code: 

1. Please familiarize yourself with the [install process](INSTALL.md). 

1. Ensure that the [existing issues](https://github.com/mapbox/mapbox-gl-native/issues?utf8=✓&q=) don't already cover your question or contribution. 

1. Pull requests gladly accepted. If there are any changes that developers using one of the GL SDKs should be aware of, please update the “master” section of the relevant changelog: [iOS](CHANGELOG.md) [Node.js](platform/node/CHANGELOG.md).

1. Prefix your commit messages with the platform(s) your changes affect: `[core]`, `[ios]`, `[android]`, `[node]`, and so on.