CONTRIBUTING.md 1.18 KB
Newer Older
1
2
# Contributing

3
If you have a usage question for a product built on MapLibre GL (such as our iOS or Android SDKs), please visit #maplibre Slack channel at [osmus.slack.com](https://osmus.slack.com/). Feel free to [join here](https://osmus-slack.herokuapp.com/).
4

5
If you want to contribute code:
6

Nathan Gass's avatar
Nathan Gass committed
7
1. Please familiarize yourself with the [install process](README.md#installation).
8

Nathan Gass's avatar
Nathan Gass committed
9
1. Ensure that existing [pull requests](https://github.com/maplibre/maplibre-gl-native/pulls) and [issues](https://github.com/maplibre/maplibre-gl-native/issues) don’t already cover your contribution or question.
10

11
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):
Nathan Gass's avatar
Nathan Gass committed
12
13
  * [MapLibre Maps SDK for iOS](platform/ios/CHANGELOG.md)
  * [MapLibre Maps SDK for macOS](platform/macos/CHANGELOG.md)
14

15
1. Prefix your commit messages with the platform(s) your changes affect: `[ios]` or `[macos]`.
Jason Wray's avatar
Jason Wray committed
16

Nathan Gass's avatar
Nathan Gass committed
17
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) or [macOS SDK](platform/macos/DEVELOPING.md).