File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,18 @@ user contributions to ensure they meet the standards of the codebase. Please
5858ensure that any pull requests include documentation, tests, and pass the
5959**gradle** checks.
6060
61- To get started, clone the source repository and work on a branch:
61+ To get started, clone the source repository and work on a branch by
62+ running the following commands:
6263
6364.. code-block:: bash
6465
65- $ git clone https://github.com/mongodb/mongo-java-driver.git
66- $ cd mongo-java-driver
67- $ git checkout -b myNewFeature
66+ git clone https://github.com/mongodb/mongo-java-driver.git
67+ cd mongo-java-driver
68+ git checkout -b myNewFeature
6869
69- Finally, ensure that the code passes gradle checks.
70+ Finally, ensure that the code passes gradle check by running the
71+ following command:
7072
7173.. code-block:: bash
7274
73- $ ./gradlew check
75+ ./gradlew check
You can’t perform that action at this time.
0 commit comments