@@ -14,7 +14,7 @@ We are lucky to have a vibrant MongoDB Kotlin community that includes users
14
14
with varying levels of experience using the Kotlin driver. We find the quickest
15
15
way to get support for general questions is through the `MongoDB Community Forums <https://community.mongodb.com>`_.
16
16
17
- Refer to our `support channels <https://www.mongodb.org/about/support>`_
17
+ Refer to our `support channels <https://www.mongodb.org/about/support>`__
18
18
documentation for more information.
19
19
20
20
Bugs / Feature Requests
@@ -23,12 +23,15 @@ Bugs / Feature Requests
23
23
If you think you've found a bug or want to see a new feature in the Kotlin
24
24
driver, please open a case in our issue management tool, JIRA:
25
25
26
- * `Create an account and login <https://jira.mongodb.org>`_ .
27
- * Navigate to `the JAVA project <https://jira.mongodb.org/browse/JAVA>`_ .
26
+ * `Create an account and login <https://jira.mongodb.org>`__ .
27
+ * Navigate to `the JAVA project <https://jira.mongodb.org/browse/JAVA>`__ .
28
28
* Click :guilabel:`Create`. Please provide as much information as possible
29
29
about the issue and the steps to reproduce it.
30
30
31
- Bug reports in JIRA for the Kotlin driver and the Core Server (i.e. SERVER) project are **public**.
31
+ .. important:: Bug Reports Are Public
32
+
33
+ Bug reports in JIRA for the Kotlin driver and the Core Server (i.e. SERVER)
34
+ project are public.
32
35
33
36
If you've identified a security vulnerability in a driver or any other
34
37
MongoDB project, please report it according to the instructions found in the
@@ -40,7 +43,7 @@ Pull Requests
40
43
We are happy to accept contributions to help improve the driver. We will guide
41
44
user contributions to ensure they meet the standards of the codebase. Please
42
45
ensure that any pull requests include documentation, tests, and pass the
43
- ** gradle** checks.
46
+ `` gradle`` checks.
44
47
45
48
To get started check out the source and work on a branch:
46
49
0 commit comments