parent
0b17e0e5d9
commit
5979b2aa0f
@ -1,39 +1,42 @@
|
|||||||
package bug
|
package bug
|
||||||
|
|
||||||
const issueTemplate=`
|
const issueTemplate=`
|
||||||
<!-- Please submit an issue order by the following template. Thanks! -->
|
<!-- Please answer these questions before submitting your issue. Thanks! -->
|
||||||
|
|
||||||
**Describe the bug**
|
### What category of issue (<code>goctl</code> or <code>sdk</code>)?
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
|
||||||
|
|
||||||
**To Reproduce**
|
### What type of issue (<code>feature</code>|<code>bug</code>|<code>suggestion</code>)?
|
||||||
<!-- Steps to reproduce the behavior, if applicable: -->
|
|
||||||
|
|
||||||
1. The code is
|
### What version of Goctl are you using (<code>goctl --version</code>)?
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
$ goctl --version
|
||||||
</pre>
|
%s
|
||||||
|
</pre>
|
||||||
|
|
||||||
2. The error is
|
### Does this issue reproduce with the latest release?
|
||||||
|
|
||||||
<pre>
|
|
||||||
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
**Expected behavior**
|
### What operating system and processor architecture are you using ?
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
<pre>
|
||||||
|
%s
|
||||||
|
</pre>
|
||||||
|
|
||||||
**Screenshots**
|
### What did you do?
|
||||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
||||||
|
|
||||||
**Environments (please complete the following information):**
|
<!--
|
||||||
<!-- - OS: [e.g. Linux]
|
If possible, provide a recipe for reproducing the error.
|
||||||
- go-zero version [e.g. 1.2.1]
|
A complete runnable program is good.
|
||||||
- goctl version [e.g. 1.2.1, optional] -->
|
A link on play.golang.org is best.
|
||||||
%s
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### What did you expect to see?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### What did you see instead?
|
||||||
|
|
||||||
**More description**
|
|
||||||
<!-- Add any other context about the problem here. -->
|
|
||||||
|
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue