-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
27 lines (23 loc) · 1.16 KB
/
.coderabbit.yaml
File metadata and controls
27 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# CodeRabbit AI Configuration
reviews:
path_instructions:
- path: "**/*"
instructions: |
When reviewing PRs, please provide suggestions for:
1. **Conventional Commit Titles** (if not following https://www.conventionalcommits.org/ or
if the existing title does not describe the code changes):
Format: type(scope): description
Length: 50 characters limit for title, 72 for body
Style: lowercase description, no ending period
Examples:
- feat(vr): add cross-eye sampling
- fix(water): resolve flowmap bug
- docs: update shader documentation
2. **Issue References** (if PR fixes bugs or implements features):
Suggest adding appropriate GitHub keywords:
- "Fixes #123" or "Closes #123" for bug fixes
- "Implements #123" or "Addresses #123" for features
- "Related to #123" for partial implementations
Otherwise, use your standard review approach focusing on code quality.
path_filters:
- "**/*.hlsl"