Skip to content

Commit 2edbe89

Browse files
author
Chris Cho
committed
012424: add missing list items and update REVIEWING.md (#109)
(cherry picked from commit 014ec5c)
1 parent a44194a commit 2edbe89

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

REVIEWING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pull Request Reviewing Guidelines for Rust Driver Documentation
1+
# Pull Request Reviewing Guidelines for the Rust Driver Documentation
22

33
Contributions to the set of documents in this repository can receive reviews from one or both of the following types of reviews:
44

@@ -22,9 +22,8 @@ Review the structure, wording, and flow of the information in the PR, and correc
2222
### What Not to Review
2323

2424
Nothing is completely off-limits to a copy review of a PR -- if you notice a technical issue, it's best to call it out early.
25-
Copy reviewers should constrain their reviews to content within the
26-
scope of the JIRA ticket, or otherwise create tickets to address
27-
anything unrelated.
25+
Copy reviewers should constrain their reviews to content within the scope of the JIRA ticket, or otherwise create PRs to address anything unrelated.
26+
2827

2928
## Technical Review
3029

@@ -42,3 +41,4 @@ While we welcome any recommendations on wording and structure, avoid blocking ap
4241
- Wording of sentences, although corrections to technical claims are welcome
4342
- Structure of the page
4443
- Any unchanged lines outside the PR unless relevant to the ticket acceptance criteria.
44+

source/includes/fundamentals-sections.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ Fundamentals section:
1515
- :ref:`Create a Time Series Collection <rust-time-series>`
1616
- :ref:`Record Driver Events <rust-tracing-logging>`
1717
- :ref:`Run A Database Command <rust-run-command>`
18-
- :ref:`Specify Collations to Order Results <rust-collations>`
1918
- :ref:`Optimize Driver Performance <rust-performance>`
19+
- :ref:`Specify Collations to Order Results <rust-collations>`
2020
- :ref:`Configure Asynchronous and Synchronous Runtimes <rust-runtimes>`
2121
- :ref:`Monitor Driver Events <rust-monitoring>`
22+
- :ref:`Query and Write Geospatial Data <rust-geo-guide>`
23+
- :ref:`Store and Retrieve Large Files by Using GridFS <rust-gridfs>`
2224

2325
..
2426
- :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
25-
- :ref:`Store and Retrieve Large Files by Using GridFS <rust-gridfs>`
27+
2628
- :ref:`Encrypt Fields <rust-fle>`
27-
- :ref:`Query and Write Geospatial Data <rust-geo>`
29+

0 commit comments

Comments
 (0)