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