We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ce17bc + a0cd3d4 commit fe7a83bCopy full SHA for fe7a83b
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
1
+---
2
+name: Bug Report
3
+about: 报告一个 bug
4
+title: "[BUG]"
5
+labels: bug
6
7
+
8
+Please answer these questions before submitting your issue.
9
10
+1. What did you do? If possible, provide a simple script for reproducing the error.
11
12
13
14
+2. What did you expect to see?
15
16
17
18
+3. What did you see instead?
19
20
21
22
+4. What version of Workerman are you using (show your `composer info`)?
23
24
25
26
+5. What is your machine environment used (show your `uname -a` & `php -v` & `php -m`) ?
27
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+default: bug_report.md
0 commit comments