From fe28915e469881c51d295b3239088f23e1408e65 Mon Sep 17 00:00:00 2001 From: Maria Stervic Date: Tue, 24 Oct 2017 02:06:39 +0300 Subject: [PATCH] Created an issue template I noticed that the repository lacked a issue template, so I decided to create a simple one based on what most bug reports look like. Feel free to modify it. --- ISSUE_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f6a95af --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +* Operating System/Browser: +* Code to reproduce: +* Screenshots: +* Bug description: +* Additional information (Optional): + +[Note]: # (Please describe what the bug is, what component/module causes it and how it differs from expected/intended behavior) +[Note]: # (Include screenshots of the reported bug whenever possible to best clarify) +[Note]: # (Always try to include code to reproduce the problem, as well as system specifications to make tracking easier) +[Note]: # (Codepen links, additional information, suggestions, articles etc. are greatly appreciated) +[Note]: # (If you want to suggest a feature or your issue doesn't classify as a bug report, please do not use this template)