Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
9 changes: 9 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ reviews:
- `./packages/rspeedy/plugin-react-alias/**`
- `./packages/webpack/react-webpack-plugin/**`
Or when the linked issue has lable "framework:React"
path_instructions:
- path: "packages/react/transform/**"
instructions: |
When reviewing changes in this directory,
keep in mind that transformed code will call specific runtime APIs,
so any changes here should have corresponding updates in the runtime code.
If the updates in the runtime code introduces incompatible changes
(e.g., code transformed by old version of transformer will not work with new runtime),
it should be reflected in changesets.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@

- [ ] Tests updated (or not required).
- [ ] Documentation updated (or not required).
- [ ] Changeset added, and when a BREAKING CHANGE occurs, it needs to be clearly marked (or not required).
Loading