Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 817 Bytes

How to contribute to Stream.js

  • Please search for previous discussions about the same feature or issue before opening new tickets.

  • Before sending a pull request for a feature, make sure a corresponding issue exists, so discussions can take place beforehand.

  • All code changes must be covered by qunit tests. Run grunt test before sending a pull request.

  • Use the same coding style as the rest of the codebase.

  • New features must be well documented in the APIDOC. Do not put the minified stream-min.js in your pull request.