cf2b9066 by Brandon Casey Committed by Jon-Carlos Rivera

ask for sources higher in the issue template (#792)

explicitly ask for versions on each section of additional info
remove the actual section as it will always be the same as description
1 parent 39e94a47
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
2 Briefly describe the issue. 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. 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 4
5 ## Sources
6 Is a certain source or a certain segment affected? please provide a public (accesible over the internet) link to it below.
7
5 ## Steps to reproduce 8 ## Steps to reproduce
6 Explain in detail the exact steps necessary to reproduce the issue. 9 Explain in detail the exact steps necessary to reproduce the issue.
7 10
...@@ -11,38 +14,32 @@ Explain in detail the exact steps necessary to reproduce the issue. ...@@ -11,38 +14,32 @@ Explain in detail the exact steps necessary to reproduce the issue.
11 14
12 ## Results 15 ## Results
13 ### Expected 16 ### Expected
14 Please describe what you expected to see. 17 Please describe what you expected to happen that did not happen in the description.
15
16 ### Actual
17 Please describe what actually happened.
18 18
19 ### Error output 19 ### Error output
20 If there are any errors at all, please include them here. 20 If there are any errors in the console, from the player, or anywhere else please include them here:
21 21
22 ## Additional Information 22 ## Additional Information
23 Please include any additional information necessary here. Including the following: 23 Please include any additional information necessary here. Including the following:
24 24
25 ### Sources
26 Is a certain segment or source affected? please link to it below.
27 25
28 ### versions 26 ### videojs-contrib-hls version
29 ### videojs-contrib-hls
30 what version of videojs-contrib-hls does this occur with? 27 what version of videojs-contrib-hls does this occur with?
31 videojs-contrib-hls x.y.z 28 videojs-contrib-hls x.y.z
32 29
33 #### videojs 30 ### videojs version
34 what version of videojs does this occur with? 31 what version of videojs does this occur with?
35 video.js x.y.z 32 video.js x.y.z
36 33
37 #### browsers 34 ### Browsers
38 what browser are affected? 35 what browsers are affected? please include browser and version for each
39 * 36 *
40 37
41 #### Operating Systems 38 ### Platforms
42 what platforms (operating systems and devices) are affected? 39 what platforms are affected? please include operating system and version or device and version for each
43 * 40 *
44 41
45 ### plugins 42 ### Other Plugins
46 are any other videojs plugins being used on the page? If so, please list them with version below. 43 are any other videojs plugins being used on the page? If so, please list them with version below.
47 * 44 *
48 45
......