From 3d13baa38550753daf6a58fba4ac37cf13d8be60 Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Thu, 18 Feb 2016 11:40:00 -0800 Subject: [PATCH] Adds issue template --- .github/issue_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..aeb709a --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,19 @@ +### Expected behaviour + +I thought that by going to the page '...' and pressing the button '...' then '...' would happen. + +### Actual behaviour + +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.