Skip to content

Commit

Permalink
github: add an issue template
Browse files Browse the repository at this point in the history
Modelled after Go's own issue template,
with some tweaks to be more relevant to our obfuscator tool.

For #219.
  • Loading branch information
mvdan authored and capnspacehook committed Aug 24, 2021
1 parent c77bc9e commit b3101b2
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
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?


0 comments on commit b3101b2

Please sign in to comment.