From 6ad8c3d82462ea1af15d5710ba45d3a5bb2666ec Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Sat, 25 Jan 2025 10:00:59 +0800 Subject: [PATCH] =?UTF-8?q?issues=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 31 +++++++++++++---------- 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e0a0bbbb..5fecdcee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: 提交 Bug +about: 请告诉我框架存在的问题,我会协助你解决此问题! +labels: bug +assignees: getActivity + +--- + + ##### 版本号: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..858238ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,25 @@ --- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' +name: 提交建议 +about: 请告诉我框架的不足之处,让我做得更好! +labels: help wanted +assignees: getActivity --- -**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. -**Additional context** -Add any other context or screenshots about the feature request here. +##### 问题描述: + + + +##### 错误截图: + + + + +#### 友情提示: + - 未按格式要求发帖、描述过于简单的,会被直接删掉; + - 描述问题请图文并茂,方便我们理解并快速定位问题; + - 如果使用的不是master,请说明你使用的分支;