Skip to content

Commit 18d8af4

Browse files
committed
chore: add github issue template
1 parent d566348 commit 18d8af4

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
Please answer these questions before submitting your issue. Thanks!
3+
-->
4+
5+
### What version of Go are you using (`go version`)?
6+
7+
<pre>
8+
$ go version
9+
10+
</pre>
11+
12+
### Does this issue reproduce with the latest release?
13+
14+
15+
16+
### What version of Go-Guardian are you using ?
17+
18+
<pre>
19+
Go-Guardian Version:
20+
</pre>
21+
22+
### What did you do?
23+
24+
<!--
25+
If possible, provide a recipe for reproducing the error.
26+
A complete runnable program is good.
27+
A link on play.golang.org is best.
28+
-->
29+
30+
31+
32+
### What did you expect to see?
33+
34+
35+
36+
### What did you see instead?

0 commit comments

Comments
 (0)