Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
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 note on changing overall title
  • Loading branch information
alexcoderabbitai committed Jan 8, 2025
commit e78c2971e6ce0ed9c3135dddf8c8848b70456488
12 changes: 12 additions & 0 deletions docs/guides/custom-reports.md
Original file line number Diff line number Diff line change
@@ -133,6 +133,18 @@ CodeRabbit supports markdown formatting in custom reports. You can use:
- Bold and italic text
- Links

### Headers and Titles

The name you give to each report in the CodeRabbit menu will be used for the first line of any report or the subject for emails. For example if your report is named `Executive Summary Template` then this string will appear on the subject of your emails and start of all message chains.

The reports will also have an overall title describing the report content such as `Pull Request Summary Report (January 2025)`.

To change these details of this overall title you should include specific instructions in your custom prompt with examples such as:

```
- Do not add a date to the titles like "Pull Request Summary Report (January 2025)" it should just be "Pull Request Summary Report"
```

### Language Support

You can generate reports in multiple languages by specifying the ISO language code in your template. For example:
Loading
Oops, something went wrong.