diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-07-02 21:51:13 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-07-03 00:26:49 -0700 |
commit | f8a6e01df0cf1d411f9802a43676a59bc5da4154 (patch) | |
tree | 8e0b96f4bbde5613244839b44694f6c5d16a1e8c /.github/ISSUE_TEMPLATE | |
parent | cf5004a5e4aa9783e6ab3859598d29b9a3e4a03f (diff) | |
download | qtlocation-mapboxgl-f8a6e01df0cf1d411f9802a43676a59bc5da4154.tar.gz |
[github] Combined iOS, macOS issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/darwin.md (renamed from .github/ISSUE_TEMPLATE/ios.md) | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/macos.md | 34 |
2 files changed, 4 insertions, 38 deletions
diff --git a/.github/ISSUE_TEMPLATE/ios.md b/.github/ISSUE_TEMPLATE/darwin.md index ed7defdd20..8986f68785 100644 --- a/.github/ISSUE_TEMPLATE/ios.md +++ b/.github/ISSUE_TEMPLATE/darwin.md @@ -1,10 +1,10 @@ --- -name: iOS -about: Mapbox Maps SDK for iOS +name: iOS or macOS +about: Mapbox Maps SDK for iOS or macOS --- <!-- -Hello and thanks for contributing to the Mapbox Maps SDK for iOS! To help us diagnose your problem quickly, please: +Hello and thanks for contributing to the Mapbox Maps SDKs for iOS and 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. @@ -29,6 +29,6 @@ Start with a brief description below this line. --> ### Configuration **Mapbox SDK versions:** -**iOS versions:** +**iOS/macOS versions:** **Device/simulator models:** **Xcode version:** diff --git a/.github/ISSUE_TEMPLATE/macos.md b/.github/ISSUE_TEMPLATE/macos.md deleted file mode 100644 index f3718f966b..0000000000 --- a/.github/ISSUE_TEMPLATE/macos.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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:** |