From 2c456becbe686301d3cd9e4a1050a22e55e326a4 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Wed, 20 Apr 2016 20:31:23 -0400 Subject: Update links to platform-specific changelogs [skip ci] --- CONTRIBUTING.md | 10 +++++++--- 1 file 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. -- cgit v1.2.1