You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/.github/ISSUE_TEMPLATE.md

40 lines
666 B
Markdown

<!--
Please answer these questions before submitting your issue. Thanks!
-->
### What version of Garble and Go are you using?
<pre>
$ garble version
$ go version
</pre>
### What environment are you running Garble on?
<!--
Please run "go env" in the same directory where you run garble.
-->
<details><summary><code>go env</code> Output</summary><br><pre>
$ go env
</pre></details>
### What did you do?
<!--
Provide clear steps for others to reproduce the error.
If your code is private, try reproducing via a small program.
As a fallback, provide as many relevant details as possible.
-->
### What did you expect to see?
### What did you see instead?