Skip to content

Commit 287b267

Browse files
authored
docs: update starter template (#5570)
Use a codepen template for the starter template that includes the latest version of Video.js. The template is at https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0 Fixes #5562
1 parent d95ef6f commit 287b267

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Description
22
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/axedog/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](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0) on JSBin you can use.
44

55
## Steps to reproduce
66
Explain in detail the exact steps necessary to reproduce the issue.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Please list the specific changes involved in this pull request.
1212
- [ ] Change has been verified in an actual browser (Chome, Firefox, IE)
1313
- [ ] Unit Tests updated or fixed
1414
- [ ] Docs/guides updated
15-
- [ ] Example created ([starter template on JSBin](http://jsbin.com/axedog/edit?html,output))
15+
- [ ] Example created ([starter template on JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0))
1616
- [ ] Reviewed by Two Core Contributors

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Guidelines for bug reports:
5959
1. If your issue is with a particular video.js plugin or subproject, please open an issue against that project. See [list of some potential other projects above](#other-repositories-where-issues-could-be-filed)
6060
1. Use the [GitHub issue search](https://github.com/videojs/video.js/issues) — check if the issue has already been reported.
6161
1. Check if the issue has already been fixed — try to reproduce it using the latest `master` branch in the repository.
62-
1. Isolate the problem — **create a [reduced test case](https://css-tricks.com/reduced-test-cases/)** with a live example. You can possibly use [this JSBin example](http://jsbin.com/axedog/edit) as a starting point -- don't forget to update it to the videojs version you use.
62+
1. Isolate the problem — **create a [reduced test case](https://css-tricks.com/reduced-test-cases/)** with a live example. You can possibly use [this codepen tempalte](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0) as a starting point -- don't forget to update it to the videojs version you use.
6363
1. Answer all questions in the [issue template][]. The questions in the issue template are designed to try and provide the maintainers with as much information possible to minimize back-and-forth to get the issue resolved.
6464

6565
A good bug report should be as detailed as possible, so that others won't have to follow up for the essential details.

docs/guides/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Yes! See [ReactJS integration example][react-guide].
336336

337337
[slack]: https://videojs.slack.com
338338

339-
[starter-example]: https://jsbin.com/axedog/edit?html,output
339+
[starter-example]: https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0
340340

341341
[techorder]: /docs/guides/options.md#techorder
342342

0 commit comments

Comments
 (0)