Skip to content

Commit fe7a83b

Browse files
authored
Merge pull request #1092 from fuzqing/master
Add issue template
2 parents 5ce17bc + a0cd3d4 commit fe7a83b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
default: bug_report.md

0 commit comments

Comments
 (0)