From 8c85d90ac6a686107168fba5d5081a27896215d2 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Fri, 29 Apr 2016 08:48:17 -0500 Subject: [PATCH] added issue template --- ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..a5d46e24 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +**All** bug reports must contain a test case using one of **our** Codepen templates; Bug reports without one will be summarily closed: +- `v3` Codepen template - http://codepen.io/rosskevin/pen/VvRgrN +- `v4` Codepen template - http://codepen.io/rosskevin/pen/eJMMVB + +---- + +#### Test Case +(Codepen URL here) + +#### Summary +A summary of the issue and the browser/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug. + +#### Expected result +Description of expectation, mockup, etc. + +#### Additional Information +Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits).