Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 540 Bytes

CONTRIBUTING

We welcome contributions from everyone!

Getting Started

Make sure you have Node.js 4.8 or higher and npm installed.

  1. Fork this repository and clone your fork
  2. Install dependencies: npm install
  3. Run a development server: npm start

Making Changes

Refer to the [video.js plugin conventions][conventions] for more detail on best practices and tooling for video.js plugin authorship.

When you've made your changes, push your commit(s) to your fork and issue a pull request against the original repository.