teslajs
Version:
Full-featured Tesla REST API NodeJS package
23 lines (16 loc) • 898 B
Markdown
## Contributing code via PR
Code contributions are welcome, particularly bug fixes and enhancements! `Pull
Requests` will be considered with the following criteria:
1. Must pass both `npm test` and `wintest` tests
2. Should make every effort meet or exceed current code coverage level
3. Must respect and align to Project Principles (see [README.md](https://github.com/mseminatore/TeslaJS/blob/master/README.md))
4. Must add general value to the project
5. Must update appropriate documentation
6. New functionality should be demonstrated in a new or updated sample
> Note that the Project owners reserve the right to accept or reject any PR
> for any reason.
## Filing Issues
Useful bug reports include the following:
* Version of the library used (ideally the latest published version)
* Clear set of steps used to reproduct the issue
* Code examples if appropriate