You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .coderabbit.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ reviews:
40
40
- Correct formatting and grammar.
41
41
- Any broken links or images.
42
42
- check for if we have any new component additions it follows the same format as the other examples or the src/template/page.mdx.
43
+
- If you are updating a component's documentation, please ensure you also update the `lastModified` date for that component in `src/data/navigation.ts`. This is crucial for SEO.
43
44
- path: "src/components/**/*.tsx"
44
45
instructions: |
45
46
These are changes to UI components. Please check for:
@@ -64,4 +65,5 @@ reviews:
64
65
- The necessity of any new dependencies.
65
66
- Potential for conflicts or security vulnerabilities.
66
67
- That the changes are reflected in the lock file.
68
+
- For every new change (in the form of PR) should bump the version in package.json.
67
69
Summarize the changes in package.json, focusing on new, updated, or removed dependencies.
0 commit comments