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