7748d1f1 by Brandon Casey

added issue/pull request templates (#713)

1 parent d15c2a24
1 ## Description
2 Briefly describe the issue.
3 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.
4
5 ## Steps to reproduce
6 Explain in detail the exact steps necessary to reproduce the issue.
7
8 1.
9 2.
10 3.
11
12 ## Results
13 ### Expected
14 Please describe what you expected to see.
15
16 ### Actual
17 Please describe what actually happened.
18
19 ### Error output
20 If there are any errors at all, please include them here.
21
22 ## Additional Information
23 Please include any additional information necessary here. Including the following:
24
25 ### Sources
26 Is a certain segment or source affected? please link to it below.
27
28 ### versions
29 ### videojs-contrib-hls
30 what version of videojs-contrib-hls does this occur with?
31 videojs-contrib-hls x.y.z
32
33 #### videojs
34 what version of videojs does this occur with?
35 video.js x.y.z
36
37 #### browsers
38 what browser are affected?
39 *
40
41 #### Operating Systems
42 what platforms (operating systems and devices) are affected?
43 *
44
45 ### plugins
46 are any other videojs plugins being used on the page? If so, please list them with version below.
47 *
48
49 ### Other JavaScript
50 are you using any other javascript libraries or frameworks on the page? if so please list them below.
51 *
1 ## Description
2 Please describe the change as necessary.
3 If it's a feature or enhancement please be as detailed as possible.
4 If it's a bug fix, please link the issue that it fixes or describe the bug in as much detail.
5
6 ## Specific Changes proposed
7 Please list the specific changes involved in this pull request.
8
9 ## Requirements Checklist
10 - [ ] Feature implemented / Bug fixed
11 - [ ] If necessary, more likely in a feature request than a bug fix
12 - [ ] Unit Tests updated or fixed
13 - [ ] Docs/guides updated
14 - [ ] Example created ([starter template on JSBin](http://jsbin.com/liwecukasi/edit?html,output))
15 - [ ] Reviewed by Two Core Contributors