diff options
-rw-r--r-- | .github/issue_template.md | 12 | ||||
-rw-r--r-- | demo/index.html | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index f1ee5cd0..8e3b85b7 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,3 +1,7 @@ +<!--- +Please use this issue template as it makes replicating and fixing the issue easier! +---> + - [ ] Issue does not already exist - [ ] Issue observed on https://plyr.io @@ -12,7 +16,13 @@ - Operating System: - Version: +Players affected: +- [ ] HTML5 Video +- [ ] HTML5 Audio +- [ ] YouTube +- [ ] Vimeo + ### Steps to reproduce - -### Relevant links
\ No newline at end of file +### Relevant links diff --git a/demo/index.html b/demo/index.html index ed9faf65..4482ed7d 100644 --- a/demo/index.html +++ b/demo/index.html @@ -66,8 +66,8 @@ <ul> <li class="plyr__cite plyr__cite--video"><small><a href="http://viewfromabluemoon.com/" target="_blank">View From A Blue Moon</a> © Brainfarm</small></li> <li class="plyr__cite plyr__cite--audio"><small><a href="http://www.kishibashi.com/" target="_blank">Kishi Bashi – “It All Began With A Burst”</a> © Kishi Bashi</small></li> - <li class="plyr__cite plyr__cite--youtube"><small><a href="https://www.youtube.com/watch?v=bTqVqk7FSmY" target="_blank">View From A Blue Moon</a> on <span class="color--youtube"><svg class="icon"><use xlink:href="#icon-youtube"/></svg>YouTube</span></small> - <li class="plyr__cite plyr__cite--vimeo"><small><a href="https://vimeo.com/ondemand/viewfromabluemoon4k" target="_blank">View From A Blue Moon</a> on <span class="color--vimeo"><svg class="icon"><use xlink:href="#icon-vimeo"/></svg>Vimeo</span></small> + <li class="plyr__cite plyr__cite--youtube"><small><a href="https://www.youtube.com/watch?v=bTqVqk7FSmY" target="_blank">View From A Blue Moon</a> on <span class="color--youtube"><svg class="icon"><use xlink:href="#icon-youtube"/></svg>YouTube</span></small></li> + <li class="plyr__cite plyr__cite--vimeo"><small><a href="https://vimeo.com/ondemand/viewfromabluemoon4k" target="_blank">View From A Blue Moon</a> on <span class="color--vimeo"><svg class="icon"><use xlink:href="#icon-vimeo"/></svg>Vimeo</span></small></li> </ul> </section> </main> |