Skip to content

Commit 7e1d07a

Browse files
posvayyx990803
authored andcommitted
Fix JSFiddle links (vuejs#4910)
Use an inline script tag with unpkg to explicitly show what we're including. It allows to easily test regressions by appending @2.x.x at the end of the of the link. It also allows to directly check if the repro is using the latest version
1 parent a5a0073 commit 7e1d07a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
2626

2727
- Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed.
2828

29-
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/z11fe07p/) that already includes the latest version of Vue.
29+
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/39epgLj0/) that already includes the latest version of Vue.
3030

3131
- For potential SSR (Server Side Rendering) issue or bugs that involves build setups, you can create a reproduction repository with steps in the README.
3232

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Reporting a bug?
2222
2323
- It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed.
2424
25-
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/z11fe07p/) that already includes the latest version of Vue.
25+
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/39epgLj0/) that already includes the latest version of Vue.
2626
2727
- For potential SSR (Server Side Rendering) issue or bugs that involves build setups, you can create a reproduction repository with steps in the README.
2828
@@ -39,7 +39,7 @@ Remove the template from below and provide thoughtful commentary *and code sampl
3939

4040
### Reproduction Link
4141
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
42-
<!-- You could start with this template: https://jsfiddle.net/z11fe07p/ -->
42+
<!-- You could start with this template: https://jsfiddle.net/39epgLj0/ -->
4343

4444
### Steps to reproduce
4545

0 commit comments

Comments
 (0)