diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..1cce5e6 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,42 @@ +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead. + +Provide a log message if relevant. + +### Steps to reproduce +1. +2. +3. + +### I've seen this happen on +Please add hardware models and OS versions: + +- [ ] iOS device +- [ ] iOS sim +- [ ] Android device +- [ ] Android sim + +### 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). + +### How do we reproduce this? + +#### Awesome :star::star::star::star::star: +Provide a (link to a) minimal demo app showing the faulty behaviour. + +#### Sweet :star::star::star::star: +Provide a concise code sample which can be dropped into a freshly created Cordova CLI app. + +#### Good :star::star::star: +Provide your own app and instructions how to reproduce the issue. + +#### Meh :star::star: +Provide a code sample with a bunch of magic parameters which I need to interpolate by guessing to reconstruct the actual runtime code. + +#### Worst :poop: +Say the source code can't be disclosed and refuse to provide any of the above. Expect this issue to be closed by a bunch of angry aliens :alien::alien::alien::alien::alien: that will hunt you down and :fire: your :computer:. You've been warned. :fire_engine: \ No newline at end of file