From c820abbccc9389c81ae2916d4f74bdcddf9e0e61 Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Thu, 1 May 2025 14:01:21 -0400 Subject: [PATCH 1/2] Add a note explaining why CodeRabbit requests read-write access to your repository, and linking to the Trust Center. --- docs/getting-started/quickstart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index 26d50f53..c7fa693c 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -44,6 +44,9 @@ To add CodeRabbit to your test repository, follow these steps: 1. Select the **Only select repositories** radio button. 1. From the **Select repositories** menu, select the `coderabbit-test` repository that you created earlier in this Quickstart. 1. Click **Install & Authorize**. + :::note + CodeRabbit requests read and write access to your repository in order for its code review, issue management, and pull request generation features to work. CodeRabbit never stores your code, nor shares it with anyone else. For more information, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai). + ::: 1. If a CodeRabbit **Complete your signup** dialog appears, then fill it out with the requested information before continuing. CodeRabbit is now ready to use with your test repository. The next steps demonstrate its core code-review features. From 214054059dceadc80720d339ba5491e52c783a35 Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Thu, 1 May 2025 14:28:35 -0400 Subject: [PATCH 2/2] Make it a bit shorter. --- docs/getting-started/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index c7fa693c..096f94c6 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -45,7 +45,7 @@ To add CodeRabbit to your test repository, follow these steps: 1. From the **Select repositories** menu, select the `coderabbit-test` repository that you created earlier in this Quickstart. 1. Click **Install & Authorize**. :::note - CodeRabbit requests read and write access to your repository in order for its code review, issue management, and pull request generation features to work. CodeRabbit never stores your code, nor shares it with anyone else. For more information, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai). + CodeRabbit requests read and write access to your repository in order for its code review, issue management, and pull request generation features to work. CodeRabbit never stores your code. For more information, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai). ::: 1. If a CodeRabbit **Complete your signup** dialog appears, then fill it out with the requested information before continuing.