diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2016-04-20 20:31:23 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2016-04-20 20:31:23 -0400 |
commit | 2c456becbe686301d3cd9e4a1050a22e55e326a4 (patch) | |
tree | 283246b023691239b6586555004ec34af770ee73 /CONTRIBUTING.md | |
parent | 93e9ffea880b0b793678d0fd5a3e6168f0c77048 (diff) | |
download | qtlocation-mapboxgl-2c456becbe686301d3cd9e4a1050a22e55e326a4.tar.gz |
Update links to platform-specific changelogs
[skip ci]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c67a2cb572..8fd87f8dfd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,18 @@ # 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 have a usage question for a product built on Mapbox GL (such as our iOS or Android 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. Ensure that existing [pull requests](https://github.com/mapbox/mapbox-gl-native/pulls) and [issues](https://github.com/mapbox/mapbox-gl-native/issues) don’t already cover your contribution or question. -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. Pull requests are 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(s): + - [iOS](platform/ios/CHANGELOG.md) + - [Android](platform/android/CHANGELOG.md) + - [Node.js](platform/node/CHANGELOG.md) + - Other platforms, look in: `/platform/{platform-name}/CHANGELOG.md` 1. Prefix your commit messages with the platform(s) your changes affect: `[core]`, `[ios]`, `[android]`, `[node]`, and so on. |