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:
parent
37d13f2933
commit
4cc9890745
15
.github/ISSUE_TEMPLATE
vendored
Normal file
15
.github/ISSUE_TEMPLATE
vendored
Normal 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?
|
Loading…
x
Reference in New Issue
Block a user