Skip to content

Commit 9d1dfb6

Browse files
committed
Minor tweaks
1 parent 03cef74 commit 9d1dfb6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: docs/getting-started/quickstart.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,14 @@ Use your usual Git workflow to perform the following steps in the `coderabbit-te
7979
After a few moments, CodeRabbit responds to the pull request using the `@coderabbitai` GitHub account. It performs the following actions, all of which are visible on the pull request's page on GitHub:
8080

8181
* If you didn't write a pull request summary, then Code Rabbit adds a new summary to the pull request.
82-
8382
* CodeRabbit posts a comment titled **Walkthrough** containing analysis and commentary about the content of the pull request.
84-
8583
* CodeRabbit attaches a detailed code review to the pull request as another comment.
8684

8785
Part of the review resembles the following screenshot:
8886

8987
![An example code review comment](/img/getting-started/quickstart-comment.png)
9088

91-
This shows that CodeRabbit has noticed some flaws with this Python library, including a lack of docstrings and input validation. The review comment identifies these flaws, and suggests how you might implement them.
89+
This shows that CodeRabbit has noticed some flaws with this Python library, including a lack of docstrings and input validation. The review comment identifies these flaws, and suggests how you might improve them.
9290

9391
## Ask CodeRabbit for more information
9492

@@ -119,9 +117,7 @@ After CodeRabbit reviews a pull request, you can converse with it about its revi
119117
After a few moments, CodeRabbit does the following:
120118

121119
* CodeRabbit creates a new branch, based on `add-utils`.
122-
123120
* CodeRabbit commits changes to the branch that adds suggested docstrings to `add-utils`.
124-
125121
* CodeRabbit opens a new pull request between the new branch and `add-utils`.
126122

127123
## Clean up

0 commit comments

Comments
 (0)