Skip to content

Commit 5b88403

Browse files
authored
Update issue templates
1 parent b382f2f commit 5b88403

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE/title.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Title
3+
about: Describe this issue here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please answer these questions before submitting your issue. Thanks! -->
11+
12+
<!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码!否则issue可能会被延期处理! -->
13+
<!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码!否则issue可能会被延期处理! -->
14+
<!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码!否则issue可能会被延期处理! -->
15+
<!-- 重要的事情说三遍! -->
16+
17+
### 1. What version of `Go` and system type/arch are you using?
18+
<!--
19+
Please paste the output of command `go version` from your terminal.
20+
What expect to see is like: `go 1.12, linux/amd64`
21+
-->
22+
23+
24+
### 2. What version of `GoFrame` are you using?
25+
<!-- You can find the GF version from your `go.mod`, or from the `version.go` in `GF` -->
26+
27+
28+
### 3. Can this issue be re-produced with the latest release?
29+
30+
31+
32+
### 4. What did you do?
33+
<!--
34+
If possible, provide a copy of shortest codes for reproducing the error.
35+
A complete runnable program is best.
36+
-->
37+
38+
39+
40+
### 5. What did you expect to see?
41+
42+
43+
44+
### 6. What did you see instead?

0 commit comments

Comments
 (0)