From cf5004a5e4aa9783e6ab3859598d29b9a3e4a03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Wed, 27 Jun 2018 14:07:07 -0700 Subject: [github] Added per-platform issue templates --- .github/ISSUE_TEMPLATE/android.md | 33 +++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/ios.md | 34 ++++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/macos.md | 34 ++++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 25 +++++++++++++++++++++++++ ISSUE_TEMPLATE.md | 20 -------------------- 5 files changed, 126 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/android.md create mode 100644 .github/ISSUE_TEMPLATE/ios.md create mode 100644 .github/ISSUE_TEMPLATE/macos.md create mode 100644 .github/ISSUE_TEMPLATE/other.md delete mode 100644 ISSUE_TEMPLATE.md 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 + +--- + + +### 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 + +--- + + +### 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 + +--- + + +### 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 + +--- + + +**Platform:** +**Mapbox SDK version:** + +### Steps to trigger behavior + + 1. + 2. + 3. + +### Expected behavior + +### Actual behavior diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 0a334860bf..0000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ - - -**Platform:** -**Mapbox SDK version:** - -### Steps to trigger behavior - - 1. - 2. - 3. - -### Expected behavior - -### Actual behavior -- cgit v1.2.1