summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-12-04 16:40:14 -0800
committerGitHub <noreply@github.com>2017-12-04 16:40:14 -0800
commit8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582 (patch)
treece40e3163668e2ac8835e43177c0cafe6afa1eb3 /CONTRIBUTING.md
parentcb5dc2eed8e773e6064419f2d40c969b6ec22fdb (diff)
downloadqtlocation-mapboxgl-8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582.tar.gz
[ios, macos] Rename the iOS and macOS SDKs (#10610)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 964ac01a88..f996a17730 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,8 +10,8 @@ If you want to contribute code:
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):
* [Mapbox Android SDK](platform/android/CHANGELOG.md)
- * [Mapbox iOS SDK](platform/ios/CHANGELOG.md)
- * [Mapbox macOS SDK](platform/macos/CHANGELOG.md)
+ * [Mapbox Maps SDK for iOS](platform/ios/CHANGELOG.md)
+ * [Mapbox Maps SDK for macOS](platform/macos/CHANGELOG.md)
* [node-mapbox-gl-native](platform/node/CHANGELOG.md)
1. Prefix your commit messages with the platform(s) your changes affect: `[core]`, `[android]`, `[ios]`, `[macos]`, `[node]`, or `[qt]`.