Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 794 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 794 Bytes

CONTRIBUTING

Please note that wjplayer is just a wrapper around Video.js and a bunch of Video.js plugins. So if you want to contribute to one of these projects, please visit the corresponding github repos.

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

  1. Fork the repository.
  2. Hack 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 Airbnb JavaScript Style Guide. If your editor supports .editorconfig it will make it easier to manage differences from your own coding style.