Skip to content

Commit d059590

Browse files
Updated PR Template
1 parent 28dd765 commit d059590

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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.

0 commit comments

Comments
 (0)