From 42bd266f0b8d97823414c3b7b184aec095b7216f Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Sun, 1 May 2016 16:14:51 -0700 Subject: [PATCH] Adds basic JSFiddle to help people reproduce their bugs --- .github/issue_template.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index aeb709a..49389c3 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -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.