Skip to content

Commit 861a7ff

Browse files
authored
Merge branch 'main' into toc-overhaul
2 parents 434c6d0 + eb25e10 commit 861a7ff

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

docs/getting-started/quickstart.md

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ To add CodeRabbit to your test repository, follow these steps:
4444
1. Select the **Only select repositories** radio button.
4545
1. From the **Select repositories** menu, select the `coderabbit-test` repository that you created earlier in this Quickstart.
4646
1. Click **Install & Authorize**.
47+
:::note
48+
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).
49+
:::
4750
1. If a CodeRabbit **Complete your signup** dialog appears, then fill it out with the requested information before continuing.
4851

4952
CodeRabbit is now ready to use with your test repository. The next steps demonstrate its core code-review features.

docs/overview/introduction.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a
5454

5555
No matter how you tune and customize CodeRabbit, its default settings make it useful out of the box, able to meaningfully review pull requests within minutes of its introduction to a repository.
5656

57-
### Platform integration options
57+
### Git platform integration
5858

5959
CodeRabbit integrates in just a few clicks with many popular Git platforms:
6060

@@ -63,21 +63,31 @@ CodeRabbit integrates in just a few clicks with many popular Git platforms:
6363
- Azure DevOps
6464
- Bitbucket Cloud
6565

66-
In addition, CodeRabbit can integrate with a number of popular workflow systems:
66+
For more information, see [Supported Git Platforms](/platforms/).
6767

68+
### Issue-management integration
69+
70+
You can integrate CodeRabbit with issue-management platforms. This lets you ask CodeRabbit to create tickets during code reviews, or chat with CodeRabbit about your code from within issue comments. Compatible platforms include the following:
71+
72+
- GitHub Issues
73+
- GitLab Issues
6874
- Jira
6975
- Linear
70-
- CircleCI
76+
77+
For more information, see [Issue Creation](/guides/issue-creation) and [Issue Chat](/guides/issue-chat).
7178

7279
## Data privacy and security
7380

74-
CodeRabbit does not use data collected from code reviews to train or influence its models. All queries to large language models (LLMs) are ephemeral, with zero retention. No data is shared with third parties.
81+
CodeRabbit collects only the minimum amount of information needed to provide you with our code review services. Our privacy and security posture centers around protecting your data through ephemerality:
7582

76-
- **Temporary Storage**: CodeRabbit temporarily stores your code in memory during the review process, and deletes it afterward.
77-
- **Stored Embeddings**: While CodeRabbit doesn't store your code, it does store embeddings based on chat conversations and workflow systems (Linear, Jira, GitHub/GitLab issues) to improve future reviews.
78-
- **Compliance**: All data is kept confidential, isolated by organization, and complies with SOC2 Type II and GDPR standards.
83+
- All queries to large language models (LLMs) exist in-memory only, with zero retention after each query completes.
84+
- We don't store a copy of your code.
85+
- We don't use your code, code reviews, or other collected data to train LLMs.
86+
- CodeRabbit doesn't share any collected customer data with third parties.
87+
- We keep all customer data confidential, and isolated by organization.
88+
- Our data collection and storage practices comply with SOC 2 and GDPR standards.
7989

80-
You can opt out of data storage at any time without affecting your access to CodeRabbit. Opting out might reduce the level of personalized review feedback that CodeRabbit can provide you.
90+
For more information about how we protect your data, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai).
8191

8292
## Flexible pricing, free for public repositories
8393

0 commit comments

Comments
 (0)