Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update issue templates (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley committed Oct 28, 2019
1 parent 59f5d9a commit 089221a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 35 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/android.md

This file was deleted.

7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/other.md
@@ -1,6 +1,6 @@
---
name: Other
about: Another platform or a cross-platform issue
about: CI or other non-platform specific issues

---
<!--
Expand All @@ -9,6 +9,11 @@ Hello and thanks for contributing to the Mapbox Maps SDK! To help us diagnose yo
- 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
For cross-platform requests, such as issues related to rendering cross-platform feature requests, please open an issue in the Mapbox GL Native Repo: https://www.github/com/mapbox-gl-native
For issues related to the Mapbox Maps SDK for Android, please see https://www.github/com/mapbox-gl-native-android
Otherwise, use this template to report issues related to anything in this repo not directly related to the iOS or macOS SDKs, such as CI issues.
-->

**Platform:**
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/CHANGELOG.md
Expand Up @@ -17,7 +17,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added `-[MGLMapSnapshotOverlay coordinateForPoint:]` and `-[MGLMapSnapshotOverlay pointForCoordinate:]` to convert between context and map coordinates, mirroring those of `MGLMapSnapshot`. ([#15746](https://github.com/mapbox/mapbox-gl-native/pull/15746))
* Suppress network requests for expired tiles update, if these tiles are invisible. ([#15741](https://github.com/mapbox/mapbox-gl-native/pull/15741))
* Fixed an issue that cause the ornaments to ignore `MGLMapView.contentInset` property. ([#15584](https://github.com/mapbox/mapbox-gl-native/pull/15584))
* Fixed an issue that cause `-[MGLMapView setCamere:withDuration:animationTimingFunction:edgePadding:completionHandler:]` persist the value of `edgePadding`. ([#15584](https://github.com/mapbox/mapbox-gl-native/pull/15584))
* Fixed an issue that cause `-[MGLMapView setCamera:withDuration:animationTimingFunction:edgePadding:completionHandler:]` persist the value of `edgePadding`. ([#15584](https://github.com/mapbox/mapbox-gl-native/pull/15584))
* Added `MGLMapView.automaticallyAdjustsContentInset` property that indicates if wether the map view should automatically adjust its content insets. ([#15584](https://github.com/mapbox/mapbox-gl-native/pull/15584))
* Fixed an issue that caused `MGLScaleBar` to have an incorrect size when resizing or rotating. ([#15703](https://github.com/mapbox/mapbox-gl-native/pull/15703))
* Fixed crash at launch seen on iOS 9 simulator. ([#15771](https://github.com/mapbox/mapbox-gl-native/pull/15771))
Expand Down

0 comments on commit 089221a

Please sign in to comment.