Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please read before posting your issue (質問する前にお読みください) #2661

Closed
wf9a5m75 opened this issue Jul 23, 2019 · 1 comment

Comments

@wf9a5m75
Copy link
Member

wf9a5m75 commented Jul 23, 2019

Thank you for using cordova-plugin-googlemaps and/or ionic-native-google-maps.
This plugin is free, you can use it in your personal application or your product application.

However, support is NOT free public service.
Asking your question means you ask to spend someone's time.
Time is money.
Please prepare your question BEFORE asking with following rules, in order to respect other person's time.


Rule 1. Read documents and slide

Many documents are prepared, and most simple questions are able to solve with just reading them.

for JS developer



Official document

for ionic developer


Rule 2. Search similar issues and/or questions in the past issues

Please search similar issues and/or questions from top-left of Github page.

Screen Shot 2019-07-23 at 9 47 55 AM

Then Github lists up some similar issues.

Screen Shot 2019-07-23 at 9 48 12 AM


Rule 3. Ask to other communities

This is the place to report the bug or problem of ionic-native-google-maps plugin.
How to use or My application does not work for some reasons are not preferred questions for this place.

Please ask your issue and/or questions at following places.
There are many developers, and they are kindness people.



Gitter community



StackOverflow



Ionic forum


Rule 4. Writes your code with proper markdown

Many questioners do not use proper Github markdown.
Messy code is not good for reading.

Screen Shot 2019-07-23 at 10 03 05 AM

Please cleans up your code at least indent.
Prettier is useful online service.

And please use ```typescript and ``` markdowns for pasting your code.

Other markdowns:
https://guides.github.com/features/mastering-markdown/

Screen Shot 2019-07-23 at 10 04 07 AM

Cleaned up code are very nice 👍

Screen Shot 2019-07-23 at 10 04 17 AM


Rule 5. Use git repository, Don't use zip file

Some person share their code with zip file.
This is very stressful. Do not share your code with zip file, or don't sent us by email.

Screen Shot 2019-07-23 at 10 55 06 AM

Please share project files on git repository to Github or BitBucket.
They provides free private git repository.

If you never use git repository, please watch this video.
https://www.youtube.com/watch?v=0fKg7e37bQE

If you share your code in private repository, we don't share your code with others.


6. Please donate some amount

This plugin is free, but the developer spent tons of private time.
Please donate some amount to keep this plugin as free.

Donation from here

@wf9a5m75
Copy link
Member Author

wf9a5m75 commented Jun 4, 2020

This is Japanese translated version

cordova-plugin-googlemaps (と @ionic-native-google-maps)を使用していただきありがとうございます。このプラグインは無料で使うことができます。個人アプリ内で使っても、商用アプリ内で使っても構いません。

このプラグインの開発者は日本人です。もし英語での質問が難しいようでしたら日本語で質問をしていただいて構いません。日本語で応対します。

一つ留めていただきたいのは、プラグインの使用は無料ですが、サポートは無料サービスではありません。”質問をする”ということは、”誰かの時間を使用する”ということです。時は金なり

質問をする前に、以下のことを準備して、他の人の時間を大切にして下さい。

ルール1:事前にドキュメントやスライドを確認してください

このプラグインに関する多くのことは、ドキュメント化してあります。英語で書いてはありますが、図やコードを多く入れるようにしてありますので、目を通していただければなんとなく分かるかと思います。

JavaScript 開発者向け



Official document

ionicフレームワークを使う開発者向け


ルール2:過去のやり取りを検索してください

似たようなやり取りを過去に何度もしていることが往々にしてあります。デスクトップでGithubを開いたとき、左上に検索枠があるので、そこから探してみてください。

Screen Shot 2019-07-23 at 9 47 55 AM

Githubがキーワードにヒットしたものを提示してくれます。そのやり取りを読んでもよくわからない場合は、相談してください。

Screen Shot 2019-07-23 at 9 48 12 AM


Rule 3. 他のコミュニティでも質問をしてみてください。

基本的にこのページは、バグレポートのための場所です。
「私のアプリで地図が表示されません」「どうやって使うのですか?」などの質問をするのは、あまり適していません。

まずは、その他のコミュニティで質問をしてみてください。それでも答えが分からなければ質問してください。



Gitter community



StackOverflow



Ionic forum


ルール4: マークダウン記法を使って説明を書いてください

多くの質問者の方が、Githubマークダウンを正しく使えてないです。
特にコードを貼り付けるときに、正しくマークダウンが使えていないと、読みにくく、非常にストレスを感じます。

Screen Shot 2019-07-23 at 10 03 05 AM

最低限のマナーとして、インデントくらいは揃えてください。
Prettier というオンラインサービスを使えば簡単です。

あと ``````を使って、コードを囲んでください。
きれいに整形されていないコードを読むのはとても苦労します。

その他のマークダウン記法はこのページを参照してください。
https://guides.github.com/features/mastering-markdown/

Screen Shot 2019-07-23 at 10 04 07 AM

きれいに整形されたコードは非常に助かります 👍

Screen Shot 2019-07-23 at 10 04 17 AM


ルール 5. Gitレポジトリを使ってください。ZipファイルとかGoogle Driveは困ります

問題が報告されたとき、その症状を再現させるために、コードのファイル一式の提供をお願いしています。そのときにzipファイルで圧縮して貼り付けする人、Google Driveなどでシェアをする人、直接eメールで送ってくる人などがいますが、非常に使いにくいのでやめてください。

Screen Shot 2019-07-23 at 10 55 06 AM

望ましい方法は、GithubやBitBucketにgitレポジトリを作って、そこにあなたのコードをおいてください。gitレポジトリ自身はプライベートモードでも構いません。そのgitレポジトリへ私を招待してください。

もしgitレポジトリを使ったことがない、という方はチャンスです。この際に勉強してみてください。
https://www.youtube.com/watch?v=0fKg7e37bQE

私はこのプラグインを向上させることには興味はありますが、あなたのコードには興味はないです。ですからあなたのコードを盗んで他の人に開示するようなことはしません。必要でしたらNDAもサインします。


6. 活動を支援してください

このプラグインは無料で使うことができます。私からお金を請求することはありません。
でも開発には、私のプライベートな時間を使用しています。
ですから、ぜひこのプラグインの活動を支援してください。

Donation from here

@wf9a5m75 wf9a5m75 changed the title Please read before posting your issue Please read before posting your issue (質問する前にお読みください) Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant