summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-06-27 14:07:07 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-07-03 00:26:49 -0700
commitcf5004a5e4aa9783e6ab3859598d29b9a3e4a03f (patch)
treee7de2a2c1a93df892b9f4413059acf504fea2122
parent4286d5869c9af0513298b8b31d36744a3243bff4 (diff)
downloadqtlocation-mapboxgl-cf5004a5e4aa9783e6ab3859598d29b9a3e4a03f.tar.gz
[github] Added per-platform issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/android.md33
-rw-r--r--.github/ISSUE_TEMPLATE/ios.md34
-rw-r--r--.github/ISSUE_TEMPLATE/macos.md34
-rw-r--r--.github/ISSUE_TEMPLATE/other.md (renamed from ISSUE_TEMPLATE.md)7
4 files changed, 107 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/android.md b/.github/ISSUE_TEMPLATE/android.md
new file mode 100644
index 0000000000..4d22a6c565
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/android.md
@@ -0,0 +1,33 @@
+---
+name: Android
+about: Mapbox Maps SDK for Android
+
+---
+<!--
+Hello and thanks for contributing to the Mapbox Maps SDK for Android! 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
+
+**Android versions:**
+**Device models:**
+**Mapbox SDK versions:**
diff --git a/.github/ISSUE_TEMPLATE/ios.md b/.github/ISSUE_TEMPLATE/ios.md
new file mode 100644
index 0000000000..ed7defdd20
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/ios.md
@@ -0,0 +1,34 @@
+---
+name: iOS
+about: Mapbox Maps SDK for iOS
+
+---
+<!--
+Hello and thanks for contributing to the Mapbox Maps SDK for iOS! 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:**
+**iOS versions:**
+**Device/simulator models:**
+**Xcode version:**
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:**
diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/other.md
index 0a334860bf..47a736f018 100644
--- a/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE/other.md
@@ -1,5 +1,10 @@
+---
+name: Other
+about: Another platform or a cross-platform issue
+
+---
<!--
-Hello and thanks for contributing! To help us diagnose your problem quickly, please:
+Hello and thanks for contributing to the Mapbox Maps SDK! 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.