diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:01:07 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:01:07 -0700 |
commit | 3f99f5e712000f6b3b469c566e57ddd05dcff3e8 (patch) | |
tree | 3224981a4dbad62aa01c80a26ed8d045de2098dd /CONTRIBUTING.md | |
parent | 6d1c10dc1884712a66e7231cc18ecf1e21414b77 (diff) | |
download | qtlocation-mapboxgl-3f99f5e712000f6b3b469c566e57ddd05dcff3e8.tar.gz |
GL is the library, SDK is the product
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..3348bf9029 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# 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 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. Pull requests gladly accepted. |