diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5fecdce..dd84ea7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,25 +1,38 @@ --- -name: 提交 Bug -about: 请告诉我框架存在的问题,我会协助你解决此问题! -labels: bug -assignees: getActivity +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- +**Describe the bug** +A clear and concise description of what the bug is. -##### 版本号: +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error +**Expected behavior** +A clear and concise description of what you expected to happen. -##### 问题描述: +**Screenshots** +If applicable, add screenshots to help explain your problem. +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] -##### 错误截图: - - - - -#### 友情提示: - - 未按格式要求发帖、描述过于简单的,会被直接删掉; - - 描述问题请图文并茂,方便我们理解并快速定位问题; - - 如果使用的不是master,请说明你使用的分支; +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 858238c..bbcbbe7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,25 +1,20 @@ --- -name: 提交建议 -about: 请告诉我框架的不足之处,让我做得更好! -labels: help wanted -assignees: getActivity +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' --- +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -##### 版本号: +**Describe the solution you'd like** +A clear and concise description of what you want to happen. +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. -##### 问题描述: - - - -##### 错误截图: - - - - -#### 友情提示: - - 未按格式要求发帖、描述过于简单的,会被直接删掉; - - 描述问题请图文并茂,方便我们理解并快速定位问题; - - 如果使用的不是master,请说明你使用的分支; +**Additional context** +Add any other context or screenshots about the feature request here.