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
# if you are making *any* code changes, make sure to checkout the dev branch
29
-
git checkout dev
30
-
```
28
+
# if you are making *any* code changes, make sure to checkout the dev branch
29
+
git checkout dev
30
+
```
31
31
32
32
3. Install dependencies and build. React Router uses [pnpm](https://pnpm.io), so you should too. If you install using `npm`, unnecessary `package-lock.json` files will be generated.
33
33
34
34
## Think You Found a Bug?
35
35
36
-
Please conform to the issue template and provide a clear path to reproduction with a code example. Best is a pull request with a failing test. Next best is a link to CodeSandbox or repository that illustrates the bug.
36
+
Please conform to the issue template and provide a clear path to reproduction with a code example. Best is a pull request with a [failing test](https://github.com/remix-run/react-router/blob/dev/integration/bug-report-test.ts). Next best is a link to [StackBlitz](https://reactrouter.com/new) or repository that illustrates the bug.
37
37
38
38
## Adding an Example?
39
39
@@ -59,7 +59,7 @@ Pull requests need only the approval of two or more collaborators to be merged;
59
59
60
60
All commits that fix bugs or add features need a test.
61
61
62
-
`<blink>`Do not merge code without tests!`</blink>`
62
+
<docs-error>Do not merge code without tests!</docs-error>
0 commit comments