1 | When submitting a PR, your chance of acceptance increases if you do the following:
|
2 |
|
3 | * Code style is consistent with existing in the file.
|
4 | * Tests are passing (client and server).
|
5 | * You add a test for the failing issue you are fixing.
|
6 | * Code changes are focused on the area of discussion.
|
7 | * Do not rebuild the distribution files or increment version numbers.
|