-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48afd13
commit 4ac2452
Showing
20 changed files
with
8,908 additions
and
2,415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Description | ||
Briefly describe the issue. | ||
Include a [reduced test case](https://css-tricks.com/reduced-test-cases/). | ||
|
||
## Steps to reproduce | ||
Explain in detail the exact steps necessary to reproduce the issue. | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Results | ||
### Expected | ||
Please describe what you expected to see. | ||
|
||
### Actual | ||
Please describe what actually happened. | ||
|
||
### Error output | ||
If there are any errors at all, please include them here. | ||
|
||
## Additional Information | ||
Please include any additional information necessary here. Including the following: | ||
|
||
### versions | ||
#### videojs | ||
what version of videojs does this occur with? | ||
|
||
#### browsers | ||
what browser are affected? | ||
|
||
#### OSes | ||
what platforms (operating systems and devices) are affected? | ||
|
||
### plugins | ||
are any videojs plugins being used on the page? If so, please list them below. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Description | ||
Please describe the change as necessary. | ||
If it's a feature or enhancement please be as detailed as possible. | ||
If it's a bug fix, please link the issue that it fixes or describe the bug in as much detail. | ||
|
||
## Specific Changes proposed | ||
Please list the specific changes involved in this pull request. | ||
|
||
## Requirements Checklist | ||
- [ ] Feature implemented / Bug fixed | ||
- [ ] If necessary, more likely in a feature request than a bug fix | ||
- [ ] Unit Tests updated or fixed | ||
- [ ] Docs/guides updated | ||
- [ ] Reviewed by Two Core Contributors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lts/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"generator-videojs-plugin": { | ||
"scope": "", | ||
"name": "overlay", | ||
"description": "A plugin to display simple overlays during video playback.", | ||
"author": "Brightcove, Inc.", | ||
"license": "apache2", | ||
"sass": true, | ||
"ie8": true, | ||
"docs": true, | ||
"lang": false, | ||
"husky": "lint", | ||
"pluginType": "advanced", | ||
"css": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.