From e352b07055091884c38f80aa3e51faa7a660ef7d Mon Sep 17 00:00:00 2001 From: John Date: Tue, 26 Feb 2019 22:51:30 +0800 Subject: [PATCH] add issue_template --- .github/ISSUE_TEMPLATE.MD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.MD diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD new file mode 100644 index 000000000..71c7ef4d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.MD @@ -0,0 +1,34 @@ + +### 1. What version of `Go` are you using (`go version`)? + +
+$ go version
+
+
+ +### 2. What version of `GoFrame` are you using? + + + +### 3. Does this issue reproduce with the latest release? + + + +### 4. What did you do? + + + + + +### 5. What did you expect to see? + + + +### 6. What did you see instead? + + +