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/get-started/add-repo.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -24,21 +24,18 @@ image: "/preview_meta.jpg"
24
24
25
25
Learn how to add CodeRabbit to your GitHub or GitLab repositories.
26
26
27
-
To add additional repositories after the signup, go to the repositories page within the CodeRabbit UI.
27
+
To add additional repositories after the sign-up, go to the repositories page within the CodeRabbit UI.
28
28
29
29
Click on the "**Add repositories**" button. Upon clicking, you'll be redirected to GitHub.
30
30
31
31

32
32
33
-
34
-
35
33
Upon successful installation, you will be automatically redirected back to the CodeRabbit UI. Here, you can view the list of repositories that CodeRabbit now has access to.
36
34
37
35

38
36
39
-
Note for GitLab the flow is slightly different. All the repositories display by default and you can toggle and enable the ones where the CodeRabbit app should be installed.
40
-
37
+
Note for GitLab the flow is slightly different. All the repositories display by default and you can toggle and enable the ones where the CodeRabbit app should be installed.
41
38
42
39
### **Need help?**
43
40
44
-
If you require assistance, our support team is here to help. Simply click on the help icon within the CodeRabbit user interface. For more detailed information, please refer to the "Support" section. Additionally, consider joining the CodeRabbit Discord community to connect with other users and access a wealth of knowledge about using CodeRabbit effectively.
41
+
If you require assistance, our support team is here to help. Simply click on the help icon within the CodeRabbit user interface. For more detailed information, please refer to the "Support" section. Additionally, consider joining the CodeRabbit Discord community to connect with other users and access a wealth of knowledge about using CodeRabbit effectively.
- **high_level_summary**: CodeRabbit generates a high level summary of the changes (default:`true`).
85
-
- **poem**: Indicates whether a creative poem should be included in the review (default:`true`).
86
-
- **review_status**: Indicates the status of the review (default:`true`).
87
-
- **collapse_walkthrough**: Collapses the walkthrough comment (default:`false`).
88
-
- **path_filters**: Specifies file patterns to exclude or include for a review, such as `!dist/**` and `src/**.tsx`, using glob notation.
89
-
- **path_instructions**: Provides specific additional guidelines for code review based on file paths. In the given example, JavaScript files are singled out for checks against the Google JavaScript style guide. File path accepts glob pattern
90
-
- **auto_review**: Manages settings for automated code reviews, such as:
- **high_level_summary**: CodeRabbit generates a high level summary of the changes (default:`true`).
84
+
- **poem**: Indicates whether a creative poem should be included in the review (default:`true`).
85
+
- **review_status**: Indicates the status of the review (default:`true`).
86
+
- **collapse_walkthrough**: Collapses the walkthrough comment (default:`false`).
87
+
- **path_filters**: Specifies file patterns to exclude or include for a review, such as `!dist/**` and `src/**.tsx`, using glob notation.
88
+
- **path_instructions**: Provides specific additional guidelines for code review based on file paths. In the given example, JavaScript files are singled out for checks against the Google JavaScript style guide. File path accepts glob pattern
89
+
- **auto_review**: Manages settings for automated code reviews, such as:
**Path based instructions :** Provide additional review guidelines based on the file paths using glob patterns.
165
162
166
-
For further guidance please refer this section [Prompt Customization](https://coderabbit.ai/docs/get-started/prompt-customization)
163
+
For further guidance please refer this section [Prompt Customization](/docs/get-started/prompt-customization)
167
164
168
165
**Language Selection:** Select the natural language in which you want the review feedback. CodeRabbit supports most of the widely used languages. The default language is English.
169
166
@@ -181,4 +178,4 @@ For further guidance please refer this section [Prompt Customization](https://c
181
178
182
179
**File Pattern:** Include or exclude specific file patterns from the review.
183
180
184
-
Please note that code reviews commence with new pull requests or incremental commits to existing pull requests once the CodeRabbit app is installed. Should you have any questions or require assistance, our support team is here to help.
181
+
Please note that code reviews commence with new pull requests or incremental commits to existing pull requests once the CodeRabbit app is installed. Should you have any questions or require assistance, our support team is here to help.
@@ -49,4 +50,4 @@ Note that the automatic code review behavior can be changed to "On-Demand". To m
49
50
50
51
### **Need help?**
51
52
52
-
If you require assistance, our support team is here to help. Simply click on the help icon within the CodeRabbit user interface. For more detailed information, please refer to the "Support" section. Additionally, consider joining the CodeRabbit Discord community to connect with other users and access a wealth of knowledge about using CodeRabbit effectively.
53
+
If you require assistance, our support team is here to help. Simply click on the help icon within the CodeRabbit user interface. For more detailed information, please refer to the "Support" section. Additionally, consider joining the CodeRabbit Discord community to connect with other users and access a wealth of knowledge about using CodeRabbit effectively.
Welcome to CodeRabbit's Support! Please refer this section if you encounter any issues or have questions. Our support team will respond back as soon as possible.
25
26
26
27
### **Common Issues and Answers**
28
+
27
29
These are the most common questions our support team receives, and you might find an answer here
28
30
29
31
### 1. Can I switch between different organizations on CodeRabbit?
30
32
31
33
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.
32
34
33
-

35
+

34
36
35
37
### 2. Can CodeRabbit subscription be used across multiple organizations?
36
38
37
-
Subscription seat are tied to the specific GitHub/GitLab organization under which they are purchased and cannot be used under another organization.
39
+
Subscription seat are tied to the specific GitHub/GitLab organization under which they are purchased and cannot be used under another organization.
38
40
39
41
### 3. Can CodeRabbit review my existing PRs after integrating it?
40
42
@@ -47,30 +49,29 @@ You need to be GitHub/GitLab admin to add the repositories.
47
49
48
50
### 5. Do I need own OpenAI key with CodeRabbit Pro?
49
51
50
-
OpenAI cost is part of the subscription.There is no additional cost for OpenAI.
52
+
OpenAI cost is part of the subscription.There is no additional cost for OpenAI.
51
53
52
-
### 6. What is the differencen between CodeRabbit OSS ai-pr-reviewer and CodeRabbit Pro ?
54
+
### 6. What is the difference between CodeRabbit OSS ai-pr-reviewer and CodeRabbit Pro ?
53
55
54
56
ai-pr-reviewer is our Open Source Software (OSS) for pull request reviews. With CodeRabbit OSS, you need your own OpenAI key, and you will incur OpenAI costs.
55
57
On the other hand, with a CodeRabbit Pro subscription, the OpenAI cost is included. Additionally, CodeRabbit Pro offers advanced prompts and superior noise reduction features, which are not present in CodeRabbit OSS.
56
58
57
-
### 7. Can I use both CodeRabbit OSS and CodeRabbit Pro together ?
59
+
### 7. Can I use both CodeRabbit OSS and CodeRabbit Pro together ?
58
60
59
61
You can, but this will result in duplicate reviews. We suggest you use only one of the two.
60
62
61
63
### Explore More
62
64
63
65
To see more common issues faced by CodeRabbit users, visit our FAQ section for detailed answers and solutions to frequently encountered problems.
64
66
65
-
66
67
### **Opening a Support Ticket**
67
68
68
69
To get assistance from our support team, open a ticket using the help icon on the CodeRabbit UI:
69
70
70
-
Complete the support ticket by providing your name, email, a description of your issue, and attaching any necessary files. If you are reporting a bug , please provide the GitHub or GitLab organization name.
71
+
Complete the support ticket by providing your name, email, a description of your issue, and attaching any necessary files. If you are reporting a bug , please provide the GitHub or GitLab organization name.
71
72
72
-

73
+

73
74
74
75
### **Community Collaboration**
75
76
76
-
Consider joining the CodeRabbit community on Discord.
77
+
Consider joining the CodeRabbit community on Discord.
0 commit comments