chromedp/.github/ISSUE_TEMPLATE
Daniel Martí 4cc9890745 add a simple issue template
For now, all it asks for is a few versions, and the typical three
questions to understand a bug.
2019-02-22 00:13:27 +01:00

16 lines
217 B
Plaintext

#### 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?