From 4cc98907450234863eb7f74e545bb6def2352720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 22 Feb 2019 00:12:29 +0100 Subject: [PATCH] add a simple issue template For now, all it asks for is a few versions, and the typical three questions to understand a bug. --- .github/ISSUE_TEMPLATE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..3a9046b --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,15 @@ +#### What versions are you running? + +
+$ go list -m github.com/chromedp/chromedp
+$ chromium --version
+$ go version
+
+ +#### What did you do? + + +#### What did you expect to see? + + +#### What did you see instead?