Skip to content

Commit cd998a7

Browse files
committed
small fixes
(cherry picked from commit 205ce95)
1 parent 9ff0ddf commit cd998a7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

source/issues-and-help.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,18 @@ user contributions to ensure they meet the standards of the codebase. Please
5858
ensure 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

0 commit comments

Comments
 (0)