diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/android.md | 33 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/ios.md | 34 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/macos.md | 34 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other.md | 25 |
4 files changed, 126 insertions, 0 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/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000000..47a736f018 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,25 @@ +--- +name: Other +about: Another platform or a cross-platform issue + +--- +<!-- +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. + - Only post to report a bug or request a feature; direct all other questions to: https://stackoverflow.com/questions/tagged/mapbox +--> + +**Platform:** +**Mapbox SDK version:** + +### Steps to trigger behavior + + 1. + 2. + 3. + +### Expected behavior + +### Actual behavior |