If you would like to contribute enhancements or fixes, please do the following:
- Fork the repository.
- Work on a separate topic branch created from the latest
master
. - Commit and push the topic branch.
- Make a pull request.
Please note that modifications should follow these coding guidelines:
- Code should pass TSLint with the included configuration.
- Please use descriptive variable names and no abbreviations unless they are very well known.