From 323bd145bd737f3c26f907fa72a52fdbd4631b64 Mon Sep 17 00:00:00 2001 From: Camille Barneaud <1693643+gadcam@users.noreply.github.com> Date: Sat, 10 Mar 2018 05:15:29 +0100 Subject: [PATCH] Add guidelines when opening an issue (#2123) Based on an idea of @Yoginth. --- issue_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 000000000..4e55ba0c4 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,16 @@ + + +**Do you want to request a *feature*, a *new application detection* or report a *bug*?** + +**Is your issue about WebExtension driver (Chrome & Firefox), the website, the NPM driver or the bookmarklet ?** + +**What is the current behavior ?** + +**If the current behavior is a bug, please provide the steps to reproduce and if possible a demo of the problem.** + +**What is the expected behavior ?** + +**Which versions of Wappalyzer, and which browser / OS are affected by this issue ? Did this work in previous versions ?**