Adds basic JSFiddle to help people reproduce their bugs

This commit is contained in:
Zeno Rocha 2016-05-01 16:14:51 -07:00
parent 53a733fcb5
commit 42bd266f0b

View File

@ -1,3 +1,7 @@
### Minimal example
> Fork this [JSFiddle](https://jsfiddle.net/zenorocha/5kk0eysw/) and reproduce your issue.
### Expected behaviour
I thought that by going to the page '...' and pressing the button '...' then '...' would happen.
@ -6,14 +10,6 @@ I thought that by going to the page '...' and pressing the button '...' then '..
Instead of '...', what I saw was that '...' happened instead.
### Steps to reproduce
1. Go this JSFiddle, JSBin, CodePen, etc
2. Click on '....'
3. Scroll down to '....'
4. Refresh the page and wait 5 secs
5. Finally the error will magically happen (if it is raining)
### Browsers affected
I tested on all major browsers and only IE 11 does not work.