We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb70da commit d6333edCopy full SHA for d6333ed
.coderabbit.yaml
@@ -0,0 +1,18 @@
1
+language: "en-US"
2
+tone_instructions: "chill"
3
+reviews:
4
+ profile: "chill"
5
+ high_level_summary: true
6
+ collapse_walkthrough: true
7
+ suggested_labels: false
8
+ high_level_summary_in_walkthrough: false
9
+ changed_files_summary: false
10
+ poem: false
11
+ finishing_touches:
12
+ docstrings:
13
+ enabled: false
14
+ auto_review:
15
+ enabled: true
16
+ base_branches:
17
+ - ".*"
18
+ drafts: false
.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,5 @@
+@coderabbitai summary
+
### Summary
Provide a general description of the code changes in your pull request …
0 commit comments