You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.md
+3
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ To add CodeRabbit to your test repository, follow these steps:
44
44
1. Select the **Only select repositories** radio button.
45
45
1. From the **Select repositories** menu, select the `coderabbit-test` repository that you created earlier in this Quickstart.
46
46
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
+
:::
47
50
1. If a CodeRabbit **Complete your signup** dialog appears, then fill it out with the requested information before continuing.
48
51
49
52
CodeRabbit is now ready to use with your test repository. The next steps demonstrate its core code-review features.
Copy file name to clipboardExpand all lines: docs/overview/introduction.md
+18-8
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a
54
54
55
55
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.
56
56
57
-
### Platform integration options
57
+
### Git platform integration
58
58
59
59
CodeRabbit integrates in just a few clicks with many popular Git platforms:
60
60
@@ -63,21 +63,31 @@ CodeRabbit integrates in just a few clicks with many popular Git platforms:
63
63
- Azure DevOps
64
64
- Bitbucket Cloud
65
65
66
-
In addition, CodeRabbit can integrate with a number of popular workflow systems:
66
+
For more information, see [Supported Git Platforms](/platforms/).
67
67
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
68
74
- Jira
69
75
- Linear
70
-
- CircleCI
76
+
77
+
For more information, see [Issue Creation](/guides/issue-creation) and [Issue Chat](/guides/issue-chat).
71
78
72
79
## Data privacy and security
73
80
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:
75
82
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.
79
89
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).
0 commit comments