Skip to content

Commit da44ff3

Browse files
authored
Build: Advise to create test cases on JS Bin or CodePen, drop JSFiddle
JSFiddle doesn't support IE (even 11) anymore so we shouldn't advise users to use it to create test cases. To make people have a choice, add CodePen to the list. Also, link to specific starter templates so that novices don't need to spend time thinking how to set up the basic structure. Closes jquerygh-4289
1 parent 5bdc85b commit da44ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bug Reports:
1111
* Which browsers are affected?
1212
Provide a *minimal* test case, see https://webkit.org/test-case-reduction/
1313
Use the latest shipping version of jQuery in your test case!
14-
We prefer test cases on https://jsbin.com or https://jsfiddle.net
14+
We prefer test cases on JS Bin (https://jsbin.com/qawicop/edit?html,css,js,output) or CodePen (https://codepen.io/mgol/pen/wNWJbZ)
1515
1616
Frequently Reported Issues:
1717
* Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824

0 commit comments

Comments
 (0)