aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-01-29 14:13:53 +0100
committerGitHub <noreply@github.com>2019-01-29 14:13:53 +0100
commitda44ff39c2c3433e32b757b05b5643edb72fe786 (patch)
tree9e1408874e6ac057fa44949cbd379036c0613336
parent5bdc85b82b84e5459462ddad9002f22d1ce74f21 (diff)
downloadjquery-da44ff39c2c3433e32b757b05b5643edb72fe786.tar.gz
jquery-da44ff39c2c3433e32b757b05b5643edb72fe786.zip
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 gh-4289
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 1a9520090..58b8cbea5 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -11,7 +11,7 @@ Bug Reports:
* Which browsers are affected?
Provide a *minimal* test case, see https://webkit.org/test-case-reduction/
Use the latest shipping version of jQuery in your test case!
- We prefer test cases on https://jsbin.com or https://jsfiddle.net
+ We prefer test cases on JS Bin (https://jsbin.com/qawicop/edit?html,css,js,output) or CodePen (https://codepen.io/mgol/pen/wNWJbZ)
Frequently Reported Issues:
* Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824