Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Expand and refactor the code-review docs #355

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

Merged
merged 13 commits into from
May 23, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add the pro-plan banner to the generation page.
  • Loading branch information
jmacdotorg committed May 21, 2025
commit 4e55b6acb0bef6d252150dece50b2a8b0b7ad9a5
6 changes: 6 additions & 0 deletions docs/guides/generate-improvements.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: Generate improvements
description: Request coderabbit to generate its own code improvements during code reviews
---

```mdx-code-block
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />
```

During a code review, you can command CodeRabbit to address its own review comments
by generating its own code improvements, which it publishes on separate branches.

Expand Down
Loading