diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0a4069067..5c32160f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,45 +1,47 @@ --- -name: Bug Report -about: Report defects to help us improve +name: 缺陷报告 Bug Report +about: 报告缺陷以帮助我们进行改进 Report defects to help us improve --- -### Describe the problem +### 描述问题 Describe the problem -### Expected result +### 期待的结果 Expected result -### Screenshot or screen recording presentation +### 截屏或者录屏演示 Screenshot or screen recording presentation -### Version environment +### 版本环境 Version environment * Version: * Operating system: * Browser (if used): -### Log File +### 日志文件 Log File -### More information +### 更多信息 More information \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1698b31c2..c22deb236 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,28 +1,32 @@ --- -name: Request new features -about: Come up with the features you expect +name: 特性提议 Request new features +about: 欢迎提出你所期待的新特性 Come up with the features you expect --- -### In what scenarios do you need this function? +### 在什么情况下你需要该特性? In what scenarios do you need this function? -### Describe the optimal solution +### 描述可能的最优解决方案 Describe the optimal solution -### Describe the candidate solution +### 描述候选的解决方案 Describe the candidate solution -### Other information +### 其他信息 Other information \ No newline at end of file