Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 1 addition & 9 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,11 @@ reviews:

high_level_summary: true
high_level_summary_in_walkthrough: true
high_level_summary_instructions: |
At the very top of the high-level summary, include this disclaimer verbatim as a
blockquote, before any other content:
> **Note:** CodeRabbit is enabled on this repository as a convenience for maintainers
> and contributors. Use your best judgment when considering its review comments and
> suggestions — a suggested change may be inadequate, unnecessary, or safe to ignore.
> Contributors are not expected to address every comment. Human reviews are what
> ultimately matter for merging.
poem: false
in_progress_fortune: false
sequence_diagrams: false
estimate_code_review_effort: false
collapse_walkthrough: false
collapse_walkthrough: true

# Reduce noisy status/details sections.
request_changes_workflow: false
Expand Down
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ closes <!-- Link issue here -->

<!-- Note: The pull request title will be included in the CHANGELOG. -->

<!--
Note: CodeRabbit is enabled on this repository as a convenience for maintainers
and contributors. Use your best judgment when considering its review comments and
suggestions — a suggested change may be inadequate, unnecessary, or safe to ignore.
Contributors are not expected to address every comment. Human reviews are what
ultimately matter for merging.
-->

## Checklist
<!-- TODO: - [ ] I am familiar with the [Contributing Guidelines](). -->
- [ ] New or existing tests cover these changes.
Expand Down
Loading