Skip to content

Commit

Permalink
Add .github/ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed May 31, 2018
1 parent 0436948 commit 83e95a2
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,52 @@
<!--
Thank you for supporting the plugin activity ($5 usd).
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=SQPLZJ672HJ9N&lc=US&item_name=Cordova%2dGoogleMaps%2dPlugin&amount=5%2e00&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
If you desire the support by e-mail in private, please contact to wf9a5m75@gmail.com (private support: $100 USD)
--->

**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:**
<!-- Describe how the bug manifests. -->

**Expected behavior:**
<!-- Describe what the behavior would be without the bug. -->

**Screen capture or video record:**
<!--
Please take a screen capture or a screen record. You can upload your files with drag & drop up to 10M bytes.
[Android]
$> adb shell screenrecord /sdcard/capture.mp4
$> adb pull /sdcard/capture.mp4 ./
[iOS]
Use QuickTimer player on Mac
--->

**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.
```
68 changes: 68 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,68 @@
<!--
Thank you for supporting the plugin activity ($5 usd).
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=SQPLZJ672HJ9N&lc=US&item_name=Cordova%2dGoogleMaps%2dPlugin&amount=5%2e00&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
#--------------------
# public support
#--------------------
Since this plugin project is open source, I give you free public support.
I almost all cases ask you to share your project files on Github or other git repository services.
I don't matter if it is public or private repo.
However screen captures or screen records are posted in public issue thread.
(Code are not discovered as much as possible)
#--------------------
# private support
#--------------------
Even if you don't want to discover anything including screen captures or screen records,
please ask me to private support.
I ask you to donate $100 USD to the maps plugin project,
then I make a private space, then support it.
--->

**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:**
<!-- Describe how the bug manifests. -->

**Expected behavior:**
<!-- Describe what the behavior would be without the bug. -->

**Screen capture or video record:**
<!--
Please take a screen capture or a screen record. You can upload your files with drag & drop up to 10M bytes.
[Android]
$> adb shell screenrecord /sdcard/capture.mp4
$> adb pull /sdcard/capture.mp4 ./
[iOS]
Use QuickTimer player on Mac
--->

**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.
```

0 comments on commit 83e95a2

Please sign in to comment.