From 83e95a2b4bb5ca6b7d156068650a9cfad67a3aa6 Mon Sep 17 00:00:00 2001 From: wf9a5m75 Date: Thu, 31 May 2018 15:10:36 -0700 Subject: [PATCH] Add .github/ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 52 ++++++++++++++++++++++++++++++ ISSUE_TEMPLATE.md | 68 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..a14c3ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ + + +**I'm submitting a ...** (check one with "x") +- [ ] question +- [ ] any problem or bug report +- [ ] feature request + +**If you choose 'problem or bug report', please select OS:** (check one with "x") +- [ ] **Android** +- [ ] **iOS** + +**cordova information:** (run `$> cordova plugin list`) + +``` +insert the output from the command here +``` + +**If you use `@ionic-native/google-maps`, please tell the package.json (only `@ionic-native/core` and `@ionic-native/google-maps` are fine mostly)** + +**Current behavior:** + + +**Expected behavior:** + + +**Screen capture or video record:** + + +**Related code, data or error log (please format your code or data):** + +``` +The person who share your project files on Github (or other git repository) is in faster lane than other people. +Please share your project files on Github or others(Bitbucket, Gitlabs...etc). +If you don't want to share your project files, please create a demo project, then share it. + +Screen captures, and/or native logs(such as Logcat, xcode logs) are appreciate. + +Giving much information, you are waiting time is less. +Thank you for your cooperation. +``` diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..12451b5 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,68 @@ + + +**I'm submitting a ...** (check one with "x") +- [ ] question +- [ ] any problem or bug report +- [ ] feature request + +**If you choose 'problem or bug report', please select OS:** (check one with "x") +- [ ] **Android** +- [ ] **iOS** + +**cordova information:** (run `$> cordova plugin list`) + +``` +insert the output from the command here +``` + +**If you use `@ionic-native/google-maps`, please tell the package.json (only `@ionic-native/core` and `@ionic-native/google-maps` are fine mostly)** + +**Current behavior:** + + +**Expected behavior:** + + +**Screen capture or video record:** + + +**Related code, data or error log (please format your code or data):** + +``` +The person who share your project files on Github (or other git repository) is in faster lane than other people. +Please share your project files on Github or others(Bitbucket, Gitlabs...etc). +If you don't want to share your project files, please create a demo project, then share it. + +Screen captures, and/or native logs(such as Logcat, xcode logs) are appreciate. + +Giving much information, you are waiting time is less. +Thank you for your cooperation. +```