A good pull request:
- Is clear.
- Works across all supported versions of NodeJS.
- Follows the existing style of the code base (see Codestyle section).
- Has comments included as needed.
- Must be appropriately licensed (MIT).
If you have a bugfix or new feature that you would like to contribute to SDK, please find or open an issue about it first. Talk about what you would like to do. It may be that somebody is already working on it, or that there are particular issues that you should know about before implementing the change.
- Run the test suite to ensure your changes do not break existing code:
make -f Makefile.dev test