diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..703a821 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +### 问题描述 +清楚简洁地描述问题是什么。 + +### 环境信息 + +- PHP 版本: [例如 7.4.3] +- 操作系统: [例如 Windows, macOS] +- workerman 版本: [例如 4.0.39] +- webman-coroutine 版本: [例如 1.0.0] +- 协程环境下的驱动: [例如 swoole, swow等] + +### 错误信息 + +粘贴错误信息。 + +### 截图 [可选] + +如果适用,添加问题相关的截图。