-
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modelled after Go's own issue template, with some tweaks to be more relevant to our obfuscator tool. For #219.
- Loading branch information
1 parent
c77bc9e
commit b3101b2
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
|
||
|