-
Notifications
You must be signed in to change notification settings - Fork 10
DOCSP-44292: improve i&h #51
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
Conversation
✅ Deploy Preview for docs-kotlin-sync ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM + some small things
source/issues-and-help.txt
Outdated
To get started check out the source and work on a branch: | ||
|
||
.. code-block:: bash | ||
|
||
$ git clone https://github.com/mongodb/mongo-java-driver.git | ||
$ cd mongo-java-driver | ||
$ git checkout -b myNewFeature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: I think you can reword this code intro slightly; also, you can remove the $ from the code example
To get started check out the source and work on a branch: | |
.. code-block:: bash | |
$ git clone https://github.com/mongodb/mongo-java-driver.git | |
$ cd mongo-java-driver | |
$ git checkout -b myNewFeature | |
To get started, clone the source repository and work on a branch by running the following commands: | |
.. code-block:: bash | |
git clone https://github.com/mongodb/mongo-java-driver.git | |
cd mongo-java-driver | |
git checkout -b myNewFeature |
source/issues-and-help.txt
Outdated
$ cd mongo-java-driver | ||
$ git checkout -b myNewFeature | ||
|
||
Finally, ensure that the code passes gradle checks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S:
Finally, ensure that the code passes gradle checks. | |
Finally, ensure that the code passes gradle checks by running the following command: |
source/issues-and-help.txt
Outdated
|
||
.. code-block:: bash | ||
|
||
$ ./gradlew check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S:
$ ./gradlew check | |
./gradlew check |
* DOCSP-44292: improve i&h * NR PR fixes 1 * avs changes (just while im in the pr) (cherry picked from commit 8756e14)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-44292
Staging - https://deploy-preview-51--docs-kotlin-sync.netlify.app/issues-and-help/
Self-Review Checklist