diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-06-27 14:07:07 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-07-03 00:26:49 -0700 |
commit | cf5004a5e4aa9783e6ab3859598d29b9a3e4a03f (patch) | |
tree | e7de2a2c1a93df892b9f4413059acf504fea2122 /.github/ISSUE_TEMPLATE/macos.md | |
parent | 4286d5869c9af0513298b8b31d36744a3243bff4 (diff) | |
download | qtlocation-mapboxgl-cf5004a5e4aa9783e6ab3859598d29b9a3e4a03f.tar.gz |
[github] Added per-platform issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/macos.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/macos.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/macos.md b/.github/ISSUE_TEMPLATE/macos.md new file mode 100644 index 0000000000..f3718f966b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/macos.md @@ -0,0 +1,34 @@ +--- +name: macOS +about: Mapbox Maps SDK for macOS + +--- +<!-- +Hello and thanks for contributing to the Mapbox Maps SDK for macOS! To help us diagnose your problem quickly, please: + + - Include a minimal demonstration of the bug, including code, logs, and screenshots. + - Ensure you can reproduce the bug using the latest release. + - Only post to report a bug or request a feature; direct all other questions to: https://stackoverflow.com/questions/tagged/mapbox + +Start with a brief description below this line. --> + +### Steps to reproduce + + 1. + 2. + 3. + +### Expected behavior + + + +### Actual behavior + + + +### Configuration + +**Mapbox SDK versions:** +**macOS versions:** +**Mac models:** +**Xcode version:** |