add a simple issue template

For now, all it asks for is a few versions, and the typical three
questions to understand a bug.
This commit is contained in:
Daniel Martí 2019-02-22 00:12:29 +01:00
parent 37d13f2933
commit 4cc9890745

15
.github/ISSUE_TEMPLATE vendored Normal file
View File

@ -0,0 +1,15 @@
#### What versions are you running?
<pre>
$ go list -m github.com/chromedp/chromedp
$ chromium --version
$ go version
</pre>
#### What did you do?
#### What did you expect to see?
#### What did you see instead?