diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..545199c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[RFC]" +labels: enhancement +assignees: '' + +--- + +### 描述 + +描述该RFC + +### 场景 + +描述可能使用的场景 + +### 期望版本 + +- webman-coroutine 版本: [例如 1.0.0] +- 协程环境下的驱动: [例如 swoole, swow等] + +### 兼容信息 + +详细描述可能存在的不兼容问题 diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..7fcb8e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,12 @@ +--- +name: Question +about: Ask a question about the project +title: "[QUESTION]" +labels: question +assignees: '' + +--- + +### 问题描述 + +描述你的问题