From d193b827ed53e090ac7eaccdf0245035e925f807 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 14 Feb 2025 16:50:10 +0800 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/custom.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 5 ++--- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0fbb8e7..b579505 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,9 @@ --- name: 提交 Bug about: 请告诉我框架存在的问题,我会协助你解决此问题! +title: '' labels: bug -assignees: getActivity +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..7504834 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,26 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +##### 版本号: + + +##### 问题描述: + + +##### 错误日志&截图: + + +##### 重现步骤: + + +#### 友情提示(为了提高issue处理效率): + - 积木报表是一款免费报表产品,功能免费源码不开放; + - 未按格式要求发帖,会被直接删掉; + - 请针对问题提供[[报表设计配置或SQL脚本]](https://help.jeecg.com/jimureport/issues.html)或在官网制作报表示例并提供ID; + - 针对不好重现的问题,请录制操作视频或详细的重现步骤; diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7f7411a..84bc763 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,12 +1,12 @@ --- name: 提交建议 about: 请告诉我框架的不足之处,让我做得更好! +title: '' labels: help wanted -assignees: getActivity +assignees: '' --- - ##### 版本号: @@ -24,4 +24,3 @@ assignees: getActivity - 未按格式要求发帖,会被直接删掉; - 请针对问题提供[[报表设计配置或SQL脚本]](https://help.jeecg.com/jimureport/issues.html)或在官网制作报表示例并提供ID; - 针对不好重现的问题,请录制操作视频或详细的重现步骤; - From c558e788a99c4293bfaf2d5cd578b897d0dbe877 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 14 Feb 2025 16:50:34 +0800 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 7504834..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - -##### 版本号: - - -##### 问题描述: - - -##### 错误日志&截图: - - -##### 重现步骤: - - -#### 友情提示(为了提高issue处理效率): - - 积木报表是一款免费报表产品,功能免费源码不开放; - - 未按格式要求发帖,会被直接删掉; - - 请针对问题提供[[报表设计配置或SQL脚本]](https://help.jeecg.com/jimureport/issues.html)或在官网制作报表示例并提供ID; - - 针对不好重现的问题,请录制操作视频或详细的重现步骤;