7748d1f1 by Brandon Casey

added issue/pull request templates (#713)

1 parent d15c2a24
## Description
Briefly describe the issue.
Include a [reduced test case](https://css-tricks.com/reduced-test-cases/), we have a [starter template](http://jsbin.com/liwecukasi/edit?html,output) on JSBin you can use.
## 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:
### Sources
Is a certain segment or source affected? please link to it below.
### versions
### videojs-contrib-hls
what version of videojs-contrib-hls does this occur with?
videojs-contrib-hls x.y.z
#### videojs
what version of videojs does this occur with?
video.js x.y.z
#### browsers
what browser are affected?
*
#### Operating Systems
what platforms (operating systems and devices) are affected?
*
### plugins
are any other videojs plugins being used on the page? If so, please list them with version below.
*
### Other JavaScript
are you using any other javascript libraries or frameworks on the page? if so please list them below.
*
## 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
- [ ] Example created ([starter template on JSBin](http://jsbin.com/liwecukasi/edit?html,output))
- [ ] Reviewed by Two Core Contributors