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: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ The new playground will be accessible at: `http://localhost:3000/playground/<fil
140
140
141
141
Continuous Integration (CI) automatically runs a series of checks when a PR is opened.
142
142
If you're unsure whether your changes will pass, you can always open a PR, and the GitHub UI will display a summary of the results.
143
-
If any of these checks fail, refer to [Checks and how to fix them](#checks-and-how-to-fix-them).
143
+
If any of these checks fail, refer to [CI checks and how to fix them](#ci-checks-and-how-to-fix-them).
144
144
145
145
Make sure the following is true:
146
146
@@ -153,7 +153,7 @@ Make sure the following is true:
153
153
- If adding new features or modifying existing ones, you've included tests to confirm the new behavior. You can read more about our test setup in our test [README](https://github.com/mui/material-ui/blob/HEAD/test/README.md).
154
154
- If props were added or prop types were changed, you've updated the TypeScript declarations.
155
155
- If submitting a new component, you've added it to the [lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab).
156
-
- The branch is not [behind its target branch](https://github.community/t/branch-10-commits-behind/2403).
156
+
- The branch is not [behind its target branch](https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch).
0 commit comments