summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-sim/.github
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
commit22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch)
tree5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/plugins/cordova-plugin-sim/.github
parentd22d51a1ae49680015326857360eb699f31efced (diff)
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-sim/.github')
-rw-r--r--StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md b/StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..f05a8183
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,43 @@
+### Expected behaviour
+Tell us what should happen.
+
+### Actual behaviour
+Tell us what happens instead. Provide a log message if relevant
+
+### I'm seeing this behaviour on
+_Remove this hint: these checkboxes can be checked like this: [x]_
+
+- [ ] iOS device
+- [ ] iOS simulator
+- [ ] Android device
+- [ ] Android emulator
+
+### I am using
+
+- [ ] cordova
+- [ ] ionic
+- [ ] PhoneGap
+- [ ] PhoneGap Developer App
+- [ ] Intel XDK
+- [ ] Intel App Preview
+- [ ] Telerik
+- [ ] Other:
+
+#### Hardware models
+Example: Samsung Galaxy S6, iPhone 6s
+
+#### OS versions
+Example: Android 4.4.2, iOS 9.2
+
+### I've checked these
+- [ ] It happens on a fresh Cordova CLI project as well.
+- [ ] I'm waiting for `deviceready` to fire.
+- [ ] My JavaScript has no errors (`window.onerror` catches nothing).
+- [ ] I'm using the latest cordova library, Android SDK, Xcode, etc.
+
+### So how can we reproduce this?
+Provide the used components versions (cordova, ionic, etc).
+
+Provide the steps to reproduce the issue.
+
+Provide files, sources if available.