Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 464 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 464 Bytes

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the repository.
  2. Work on a separate topic branch created from the latest master.
  3. Commit and push the topic branch.
  4. 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.