@@ -28,7 +28,7 @@ Custom reports allow you to:
2828
2929A custom report template consists of instructions that tell CodeRabbit what information to include and how to present it. Here's a basic example:
3030
31- ```
31+ ``` text
3232Please provide a summary of:
3333- All merged pull requests
3434- Critical bug fixes
@@ -47,7 +47,7 @@ Format using:
4747
4848Japanese:
4949
50- ```
50+ ``` text
5151レポートを英語ではなく日本語で送信してください。
5252
5353以下の要約を提供してください:
@@ -57,7 +57,7 @@ Japanese:
5757
5858French:
5959
60- ```
60+ ``` text
6161Veuillez envoyer le rapport en français et non en anglais.
6262
6363Veuillez fournir un résumé de :
@@ -99,7 +99,7 @@ Your custom reports can access the following PR information that you can referen
9999
100100Here's an example prompt that uses these data points:
101101
102- ```
102+ ``` text
103103Generate a summary with the following format for each PR:
104104
105105## [PR Title](URL)
@@ -137,7 +137,7 @@ CodeRabbit supports markdown formatting in custom reports. You can use:
137137
138138You can generate reports in multiple languages by specifying the ISO language code in your template. For example:
139139
140- ```
140+ ``` text
141141Language: fr
142142Please provide a summary of:
143143- All pull request activities
@@ -150,7 +150,7 @@ Please provide a summary of:
150150
151151Include specific filtering instructions in your template:
152152
153- ```
153+ ``` text
154154Include only:
155155- PRs with "critical" or "bug" labels
156156- Changes to production code
@@ -166,7 +166,7 @@ Exclude:
166166
167167Organize information using custom grouping rules:
168168
169- ```
169+ ``` text
170170Group by:
1711711. Priority (High/Medium/Low)
1721722. Component (Frontend/Backend/Infrastructure)
@@ -181,7 +181,7 @@ Within each group, sort by:
181181
182182Add temporal analysis to your reports:
183183
184- ```
184+ ``` text
185185Provide:
186186- Week-over-week comparison
187187- Trend analysis for the past month
@@ -218,7 +218,7 @@ Provide:
218218
219219### Executive Summary Template
220220
221- ```
221+ ``` text
222222Provide a high-level overview:
2232231. Key metrics:
224224 - Total PRs merged
@@ -236,7 +236,7 @@ Format:
236236
237237### Technical Deep Dive Template
238238
239- ```
239+ ``` text
240240Generate a detailed technical report:
2412411. Code changes:
242242 - Architecture updates
@@ -256,7 +256,7 @@ Include:
256256
257257Heres a more advanced example of a custom report template:
258258
259- ```
259+ ``` text
260260Generate a report of all pull requests in the following format:
261261
262262- As the first paragraph, start with "🟣" if merged, "⚫" if draft, "🟢" if open, "🔴" if closed
0 commit comments