Docs Menu

問題とヘルプ

We are lucky to have a vibrant MongoDB Kotlin community that includes users with varying levels of experience using the Kotlin Sync driver. The quickest way to get support for general questions is through the MongoDB Community Forums.

If you have feedback about the Kotlin Sync driver, visit the MongoDB Feedback Engine and select Drivers from the list of products on the right side of your screen. You can propose improvements, report issues, and provide other types of feedback by using this site.

問題管理ツールである Jira でケースを開いて、バグを識別したり改善を提案したりすることもできます。 次の手順では、JIRA 課題を作成する方法について説明します。

  1. MongoDB Jira の発行追跡アプリにアクセスし、サインアップ リンクをクリックします。アカウントを作成し、JIRA にログします。

  2. Java Jiraプロジェクトに移動します。

  3. チケットを作成するには、 Createをクリックします。 チケットの問題またはリクエストに関する可能な限り多くの情報を提供してください。

注意

Java Jiraプロジェクトのバグレポートは一般に表示されます。

公式 MongoDB 製品のセキュリティ脆弱性を特定した場合は、「 脆弱性レポートの作成 」ページに記載されている手順に従って報告してください。

ドライバーを改善するための貢献をしてください。 ユーザーの貢献度がコードベースの標準を満たすようにガイドします。 すべてのプル リクエストにドキュメント、テスト、グレードチェックに合格していることを確認してください。

開始するには、ソースリポジトリをクローンし、次のコマンドを実行中してブランチ上で作業します。

git clone https://github.com/mongodb/mongo-java-driver.git
cd mongo-java-driver
git checkout -b myNewFeature

最後に、次のコマンドを実行中して、コードがグレードチェックに合格していることを確認します。

./gradlew check