Skip to content

docs: clarify Pro-plan notice for OSS (#368) #397

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hardikkgupta
Copy link
Contributor

Adds clarity to pro-pplan note

Tackles #368

Copy link
Contributor

coderabbitai bot commented Jun 11, 2025

Walkthrough

The Pro plan notice was updated to clarify plan inclusions, explicitly stating that the feature is part of the CodeRabbit Pro plan but not the Lite plan. It now specifies that public open-source repositories receive all Pro-tier features free of charge, while private repositories require an organizational subscription to the Pro tier or higher. The notice includes updated links to the introduction and pricing pages for more details.

Changes

Cohort / File(s) Change Summary
Pro Plan Notice Component
src/components/ProPlanNotice.mdx
Revised notice text to clarify plan inclusions, added statement about free Pro features for public repos, specified subscription requirements for private repos, and updated documentation links to introduction and pricing pages.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

In the garden of plans, a notice anew,
Pro features shine for the open-source crew.
Lite stays light, Pro takes the stage,
With links for details on every page.
Rabbits rejoice, the message is clear—
Hop to the docs, all answers are near! 🥕

Pre-Merge Checks (2 passed, 1 warning)

❌ Failed Checks (1 warning)
Check Name Status Explanation Resolution
Description Check ⚠️ Warning The description is too brief and lacks sufficient context, detail, and rationale for the changes. Expand the PR description to include a detailed summary, motivation, and impact of the changes, and consider adding a pull request template to the repository to ensure consistent and comprehensive descriptions.
✅ Passed Checks (2 passed)
Check Name Status Explanation
Title Check ✅ Passed The title accurately describes the change by indicating a documentation update to clarify the Pro plan notice for OSS.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Impact Analysis

Updated Pro Plan Notice Text

ℹ️ Low 🔄 Impacts behavior

The informational notice in the ProPlanNotice component was revised to clarify that the feature is included in the CodeRabbit Pro plan and is free for public repositories, while private repository usage now requires an organizational Pro-tier (or higher) subscription. The pricing page link text was rephrased for clarity.

Verify that the new wording accurately reflects subscription requirements and aligns with the pricing page. Ensure the MDX syntax changes didn’t introduce rendering issues.

Render the ProPlanNotice in the application UI to confirm the updated text displays correctly and the pricing page link functions as expected. Check formatting across supported browsers and screen sizes.

🔍 Related Files
  • src/components/ProPlanNotice.mdx

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cafaec5 and f8b7646.

📒 Files selected for processing (1)
  • src/components/ProPlanNotice.mdx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/components/ProPlanNotice.mdx
🧰 Additional context used
🔍 MCP Research (2 servers)

Linear: The ProPlanNotice component should clearly distinguish free Pro-tier feature access for public repos from private repo restrictions requiring organizational subscriptions. Reviewers must ensure the updated text aligns precisely with pricing page language and related issues (ENG-1545, ENG-1742) to maintain consistency. Confirm no unintended side effects on other uses of ProPlanNotice and recommend visual checks or snapshot tests to verify correct rendering of the revised notice. Linking related issues in PR comments improves traceability.

Context7: The ProPlanNotice is a modular MDX React component consistently imported and reused across documentation to ensure uniform messaging about the Pro plan. This PR clarifies OSS usage and subscription terms, addressing prior ambiguity. Reviewers should confirm the updated text precisely matches subscription policies and that the component adheres to existing import and usage conventions. Visual verification in the Docusaurus preview suffices for testing.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
src/components/ProPlanNotice.mdx (2)

5-6: Nitpick: refine phrasing and punctuation
For clarity and consistency, consider adding a comma after “public” and rephrasing for smoother reading. For example:

- However, **public open-source repositories get every Pro-tier feature for free**.  
+ However, **public, open-source repositories enjoy all Pro-tier features at no cost**.  

7-8: Ensure single-sentence flow and verify link
Lines 7–8 split one sentence into two fragments and may render as separate paragraphs. Merge them and confirm that ../overview/introduction resolves correctly:

-Learn more in our [introduction](../overview/introduction) and see the full comparison
-on the [pricing page](https://www.coderabbit.ai/pricing).
+Learn more in our [introduction](../overview/introduction) and see the full comparison on the [pricing page](https://www.coderabbit.ai/pricing).
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 94f88f3 and b1775a3.

📒 Files selected for processing (1)
  • src/components/ProPlanNotice.mdx (1 hunks)

@NatoBoram NatoBoram requested a review from guritfaq July 4, 2025 19:20
@jmacdotorg jmacdotorg self-requested a review July 7, 2025 16:05
@@ -2,6 +2,9 @@

:::info Pro Plan Feature

This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our [pricing page](https://www.coderabbit.ai/pricing) for more information about our plans and features.
This feature is part of the **Pro plan** and not included in the Lite plan.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's reword this to be super-specific. It's not so much about open-source repos versus non-open, it's more about whether the repository is public or private.

How's this for a reword:

This feature is part of the CodeRabbit Pro plan. You can use it with any public repository for free. To use it with a private repository, your organization must subscribe to CodeRabbit at the Pro tier or above. For more information on CodeRabbit pricing plans, see Pricing.

Copy link
Contributor

@jmacdotorg jmacdotorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! See my one comment.

@jmacdotorg jmacdotorg removed the request for review from guritfaq July 21, 2025 20:23
@hardikkgupta hardikkgupta requested a review from jmacdotorg July 28, 2025 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants