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
**Before submitting a pull request,** please make sure the following is done:
2
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
-
- If you've fixed a bug or added code that should be tested, using the [test environment](https://github.com/jeffreylanters/react-unity-webgl-test).
6
-
- Ensure the test suite passes using `npm test` on the library.
7
-
- Ensure the test suite passes using `npm start` on the test environment and check if everything works.
8
-
- Format your code with [prettier](https://github.com/prettier/prettier).
9
-
- Make sure your code lints (`ts lint`).
10
-
- Typecheck all of your changes and make sure JSDocs are provided.
3
+
- Fork the repository and create your branch from `master`.
4
+
- If you've fixed a bug or added code make sure it is tested.
5
+
- If provided, ensure the test suite passes using on the library.
6
+
- Make sure your code lints and is formatted using Omnisharp.
0 commit comments