File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11** Before submitting a pull request,** please make sure the following is done:
22
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.
117- If you haven't already, complete the CLA.
You can’t perform that action at this time.
0 commit comments