You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
358 B
358 B
When submitting a PR, your chance of acceptance increases if you do the following:
- Code style is consistent with existing in the file.
- Tests are passing (client and server).
- You add a test for the failing issue you are fixing.
- Code changes are focused on the area of discussion.
- Do not rebuild the distribution files or increment version numbers.