diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-07-07 16:54:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 16:54:22 -0700 |
commit | b43f9e7cc809d1b1b036c05ae25774f8fbd34fe5 (patch) | |
tree | bc287c7ab49da4593929e6f1916d117bf8a8a9b6 /CONTRIBUTING.md | |
parent | c09fb0f5197be81cca8e925bcfd46c11b871b94e (diff) | |
download | qtlocation-mapboxgl-b43f9e7cc809d1b1b036c05ae25774f8fbd34fe5.tar.gz |
[docs] Link to iOS/macOS contributing guides
There are special instructions for adding new source code files, asset files, or user-facing strings to the iOS and macOS SDKs.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3bb6186890..ab1da40592 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,8 @@ If you want to contribute code: 1. Prefix your commit messages with the platform(s) your changes affect: `[core]`, `[android]`, `[ios]`, `[macos]`, `[node]`, or `[qt]`. +Please note the special instructions for contributing new source code files, asset files, or user-facing strings to the [iOS SDK](platform/ios/DEVELOPING.md#contributing) or [macOS SDK](platform/macos/DEVELOPING.md#contributing). + # Code of conduct 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](http://contributor-covenant.org) applies to all projects under the Mapbox organization and we ask that you please read [the full text](http://contributor-covenant.org/version/1/2/0/). |