We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dedcb commit c53c62aCopy full SHA for c53c62a
.github/PULL_REQUEST_TEMPLATE.md
@@ -2,7 +2,7 @@
2
3
- Fork [the repository](https://github.com/jeffreylanters/react-unity-webgl) and create your branch from `master`.
4
- Run `npm install` in the repository root.
5
-- Ensure the [test environment](https://github.com/jeffreylanters/react-unity-webgl-test) passes using `npm start` on the library.
+- Ensure the [test environment](https://github.com/jeffreylanters/react-unity-webgl-tests) passes using `npm start` on the library.
6
- Format your code with [prettier](https://github.com/prettier/prettier).
7
- Make sure your code lints (`ts lint`).
8
- Typecheck all of your changes and make sure JSDocs are provided.
0 commit comments