- Notifications
You must be signed in to change notification settings - Fork69
docs: enhance Support, Features, and Intro pages; improve image SEO, internal linking, clarity, and layout.#115
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title:CodeRabbit Features | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sidebar_label: Features | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description: Learn how CodeRabbit works in a pull request review. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| @@ -9,39 +9,44 @@ description: Learn how CodeRabbit works in a pull request review. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Generated upon the creation of a pull request and subsequently updated with each | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| incremental request. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **High-Level Summary**: This offers a concise overview of the changes in the pull | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| request. It helps the team, including those without technical expertise, to | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| quickly understand the changes and the impact on the product. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Walkthrough**: A detailed code walkthrough to understand the changes in each file | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| that is part of the pull request, followed by a celebratory poem about the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| changes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### 2. Code Review feedback {#code-review-feedback} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Code review** feedback is posted as review comments on the lines of the code that | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| changed for each file. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| > Code suggestions are given in a Diff format, which either | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| be copied or committed within the pull request with a single click. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines +29 to 30 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Improve blockquote clarity and grammar. The current blockquote about code suggestions could be clearer. Apply this diff: -> Code suggestions are given in a Diff format, which either-be copied or committed within the pull request with a single click.+> Code suggestions are provided in a Diff format, which can be either+> copied or committed within the pull request with a single click. 📝 Committable suggestion
Suggested change
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| A review status is generated for each commit that is reviewed. It displays the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| commit IDs that were reviewed, the files examined and ignored, as well as the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additional comments generated for each review, and so on. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| :::info | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Review status is useful for understanding the auxiliary context of the review. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ::: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines +26 to +41 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Fix trailing whitespace. There's a trailing whitespace on line 27 that should be removed. Apply this diff: -changed for each file.+changed for each file. 📝 Committable suggestion
Suggested change
🧰 Tools🪛 Markdownlint
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### 3. Chat with CodeRabbit {#chat-with-coderabbit} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - **CodeRabbit** provides conversational capability that allows developers and the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| reviewers to ask questions, generate code, and get feedback in the context of | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| changes. Just comment on the CodeRabbit review to start the conversation. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - **CodeRabbit** learns from your interactions and gets smarter over time. The more | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| you chat, the better it gets. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| We support: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| @@ -50,37 +55,38 @@ We support: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - Comments in Pull Requests | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - Comments in Git Issues | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### 4. Issue Validation {#issue-validation} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Pull request** changes are validated against the linked GitHub or GitLab issue and | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identifies all other issues which might be affected by this change. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### 5. Sequence Diagrams {#sequence-diagrams} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **CodeRabbit** visualizes the changes occuring in any pull request using | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| [MermaidSequence Diagram Example](https://mermaid.live/). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contributor
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | |
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@coderabbitai remember to make all markdown image tags to follow SEO guidelines. Like the one listed here. Make this consistent across Docs Pull Requests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@aravindputrevu, understood. I'll ensure all markdown image tags in the documentation follow SEO guidelines and maintain consistency across Docs Pull Requests.
(_/)
(•_•)
/>🌱
✏️ Learnings added
Learnt from: aravindputrevuPR: coderabbitai/coderabbit-docs#115File: docs/about/features.md:72-72Timestamp: 2024-10-24T10:08:27.685ZLearning: In documentation files, ensure all markdown image tags follow SEO guidelines and maintain consistency across Docs Pull Requests.Note: Learnings are effective only in the context of similar code segments. To apply general coding guidelines, please configurereview instructions. You can manage existing learnings in theapp.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Fix grammar in description.
Add the article "a" before "one button solution" for better grammar.
Apply this diff:
-For quick fixes, **CodeRabbit** offers one button solution to commit AI recommended+For quick fixes, **CodeRabbit** offers a one-button solution to commit AI recommended
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| For quick fixes,**CodeRabbit** offersonebutton solution to commit AI recommended | |
| changes. | |
| For quick fixes,**CodeRabbit** offersa one-button solution to commit AI recommended | |
| changes. |
🧰 Tools
🪛 LanguageTool
[uncategorized] ~78-~78: You might be missing the article “a” here.
Context: ... For quick fixes,CodeRabbit offers one button solution to commit AI recommende...(AI_EN_LECTOR_MISSING_DETERMINER_A)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Fix trailing whitespace.
There's a trailing whitespace on line 88 that should be removed.
Apply this diff:
-repositories and organization.+repositories and organization.
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| -**CodeRabbit** learns from user chat interactions to gain tribal knowledge on your | |
| repositories and organization. | |
| -**CodeRabbit** will apply and update these learnings | |
| in future reviews. | |
|  | |
|  | |
| -**CodeRabbit** learns from user chat interactions to gain tribal knowledge on your | |
| repositories and organization. | |
| -**CodeRabbit** will apply and update these learnings | |
| in future reviews. | |
|  |
🧰 Tools
🪛 Markdownlint
88-88: Expected: 0 or 2; Actual: 1
Trailing spaces(MD009, no-trailing-spaces)
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -4,8 +4,7 @@ sidebar_label: Pricing | ||||||||||||||||||||
| description: Learn about the plans, pricing, and subscription management of CodeRabbit. | ||||||||||||||||||||
| --- | ||||||||||||||||||||
| Find all the information you need about CodeRabbit's plans and how to manage your monthly bill. | ||||||||||||||||||||
| ## Overview | ||||||||||||||||||||
| @@ -22,6 +21,18 @@ CodeRabbit. | ||||||||||||||||||||
| --- | ||||||||||||||||||||
| ## Open Source | ||||||||||||||||||||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Add blank line before heading. Add a blank line before the "Open Source" heading to improve readability and comply with markdown best practices. +## Open Source 📝 Committable suggestion
Suggested change
🧰 Tools🪛 Markdownlint
| ||||||||||||||||||||
| :::note | ||||||||||||||||||||
| CodeRabbit Pro is free for all Open Source projects. | ||||||||||||||||||||
| ::: | ||||||||||||||||||||
Comment on lines +24 to +27 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Fix markdown formatting and hyphenation. Two minor improvements needed:
Apply this diff: +## Open Source:::note-CodeRabbit Pro is free for all Open Source projects.+CodeRabbit Pro is free for all Open-Source projects.::: 📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool
🪛 Markdownlint
| ||||||||||||||||||||
| - **Price**: $0/month | ||||||||||||||||||||
| - Free forever | ||||||||||||||||||||
| - No credit card required | ||||||||||||||||||||
| - Unlimited public repositories | ||||||||||||||||||||
| --- | ||||||||||||||||||||
| ## Pro Plan | ||||||||||||||||||||
| ### Features | ||||||||||||||||||||
| @@ -34,16 +45,16 @@ CodeRabbit. | ||||||||||||||||||||
| ### Pricing | ||||||||||||||||||||
| -**Monthly**: $15 per month per contributing developer. | ||||||||||||||||||||
| -**Annual**: $12 per month, billed annually per contributing developer. | ||||||||||||||||||||
| ### Usage Limits | ||||||||||||||||||||
| These are the hourly usage limits for each developer per repository: | ||||||||||||||||||||
| - Number of files reviewed per hour:**150 Files** | ||||||||||||||||||||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. @dikshant-infracloud can you take a look at this, considering the recent discussion Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. hi@aravindputrevu , changes looks good. I have also updated the values to 150. Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Thanks@dikshant-infracloud | ||||||||||||||||||||
| - Number of reviews per hour (includes incremental reviews):**8** | ||||||||||||||||||||
| - Number of conversations per hour:**50** | ||||||||||||||||||||
Comment on lines +55 to +57 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Fix inconsistent review limit values. There's a discrepancy in the stated number of reviews per hour:
Please update one of these values to ensure consistency. Also applies to: 86-86 | ||||||||||||||||||||
| --- | ||||||||||||||||||||
| @@ -62,27 +73,44 @@ These are the hourly usage limits for each developer per repository: | ||||||||||||||||||||
| --- | ||||||||||||||||||||
| ## Plan Comparison | ||||||||||||||||||||
| | Feature | Free Plan | Pro Plan | | ||||||||||||||||||||
| | ----------------------------- | ---------------- | --------------- | | ||||||||||||||||||||
| | **Free Trial** | 14-day free trial| 14-day free trial| | ||||||||||||||||||||
| | **Private Repos** | Limited access | Unlimited access| | ||||||||||||||||||||
| | **Public Repos** | Unlimited access | Unlimited access| | ||||||||||||||||||||
| | **Pull Request Summarization** | Included | Included | | ||||||||||||||||||||
| | **Line-by-Line Reviews** | Public repos only | All repos | | ||||||||||||||||||||
| | **Conversational Bot** | No | Yes | | ||||||||||||||||||||
| | **Hourly Usage Limits** | Limited | 150 files/hour, 9 reviews/hour, 50 conversations/hour | | ||||||||||||||||||||
| | **Price** | Free forever | $15 per seat/mo | | ||||||||||||||||||||
| --- | ||||||||||||||||||||
| ## Subscription Management | ||||||||||||||||||||
| ### Pro Plan | ||||||||||||||||||||
| -[GitHub/GitLab](docs/tools/tools.md) organization owners can purchase or introduce changes to the | ||||||||||||||||||||
| subscription. | ||||||||||||||||||||
| - You can choose to manually purchase seats and assign them to developers, or | ||||||||||||||||||||
| have them assigned automatically as developers create pull requests. | ||||||||||||||||||||
| - During the trial period, seat assignment is automatic, but the number of seats | ||||||||||||||||||||
| can be adjusted when purchasing the subscription. | ||||||||||||||||||||
|  | ||||||||||||||||||||
|  | ||||||||||||||||||||
| ### Free Plan | ||||||||||||||||||||
| - Seats are assigned to new developers immediately | ||||||||||||||||||||
|  | ||||||||||||||||||||
|  | ||||||||||||||||||||
| :::note | ||||||||||||||||||||
| The subscription is limited to human users; bot users are not | ||||||||||||||||||||
| supported. Thus, pull requests or merge requests created by bots will not be | ||||||||||||||||||||
| reviewed. | ||||||||||||||||||||
| ::: | ||||||||||||||||||||