Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faqs typos #51

Merged
merged 3 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/about/images/cr_support_help_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/about/images/cr_support_help_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions docs/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@ popularity and the public availability of training data.
#### Does CodeRabbit store my code?

We do not store your code. The code collected at the time of the review is
disposed off as soon as the review is complete. During the review, there is
disposed of as soon as the review is complete. During the review, there is
complete data isolation of the code being reviewed, and no one from CodeRabbit
or outside has access to the code.

#### Does CodeRabbit use my proprietary code for training language models?

We train our system only using publicly available datasets. CodeRabbit never
uses the proprietary code from private repositories for training purposes.
uses proprietary code from private repositories for training purposes.

#### Can I switch between different organizations on CodeRabbit?

Yes, you can switch between different organizations on CodeRabbit. To do so,
click on the organization name in the top-right corner of the CodeRabbit UI.
click on the organization name in the top-left corner of the CodeRabbit UI.

![Switch Organizations](./images/cr_support_orgs_light.png#gh-light-mode-only)
![Switch Organizations](./images/cr_support_orgs_dark.png#gh-dark-mode-only)

#### Can CodeRabbit subscription be used across multiple organizations?
#### Can a CodeRabbit subscription be used across multiple organizations?

Subscription seats are tied to the specific GitHub/GitLab organization under
which they are purchased and cannot be used under another organization.

#### Can CodeRabbit review my existing PRs after integrating it?

CodeRabbit would by default only review new PRs or existing PRs which have a new
CodeRabbit will by default only review new PRs or existing PRs which have a new
commit after the app is installed. You can, however, use the
`@coderabbitai review` command on the PR to trigger a review of existing PRs.
`@coderabbitai review` command on the PR to trigger a review for existing PRs.

#### Who can add the repositories on CodeRabbit?
#### Who can install CodeRabbit on the repositories?

You need to be a GitHub/GitLab admin to add the repositories.

Expand Down Expand Up @@ -78,9 +78,9 @@ repository settings.

CodeRabbit requests minimal access to perform code reviews and post comments on
Pull Requests. On GitHub, it requires read access to metadata, code,
discussions, issues, and read/write access to the pull requests. On GitLab, it
requires read access to the repository, and the CodeRabbit Bot user requires a
developer role.
discussions, and issues, as well as read/write access to pull requests. On
GitLab, it requires read access to the repository, and the CodeRabbit Bot user
requires a developer role.

#### How can I add or remove users for my subscription?

Expand Down Expand Up @@ -111,8 +111,8 @@ change this in the repository settings.
There are hourly rate limits for each developer per repository:

- Number of files reviewed per hour: 200
- Number of reviews : 3 back to back reviews followed by 4 reviews/hour
- Number of conversations: 25 back to back messages followed by 50 messages/hr
- Number of reviews : 3 back-to-back reviews followed by 4 reviews/hour
- Number of conversations: 25 back-to-back messages followed by 50 messages/hour

In-trial and open-source plans have lower rate limits than the paid plan. In all
cases, we re-allow further reviews/conversations after a brief timeout.
Expand Down
Binary file modified docs/faq/images/cr_support_orgs_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/faq/images/cr_support_orgs_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading