We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5599b53 commit 4e55b6aCopy full SHA for 4e55b6a
docs/guides/generate-improvements.md
@@ -3,6 +3,12 @@ title: Generate improvements
3
description: Request coderabbit to generate its own code improvements during code reviews
4
---
5
6
+```mdx-code-block
7
+import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
8
+
9
+<ProPlanNotice />
10
+```
11
12
During a code review, you can command CodeRabbit to address its own review comments
13
by generating its own code improvements, which it publishes on separate branches.
14
0 commit comments