From 2bdfacddb9e48a891b18f7d19cb19fdfd1a1f1a4 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 22 May 2025 18:56:25 +0800 Subject: [PATCH] =?UTF-8?q?docs(ISSUE=5FTEMPLATE):=20=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?bug=5Freport.md=20=E6=A8=A1=E6=9D=BF=E4=BB=A5=E6=8F=90=E4=BE=9B?= =?UTF-8?q?=E6=9B=B4=E6=B8=85=E6=99=B0=E7=9A=84=E6=8C=87=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 bug_report.md 模板,简化问题描述部分并明确要求提供 unibest 版本号、平台信息和具体问题描述,以便更好地复现和解决问题 --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bed7e7d..719b3d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,22 +11,14 @@ about: Create a report to help us improve # Bug report(问题描述) -please write your issue description here +写清楚 unibest 版本号,平台是什么(小程序、APP还是h5),以及具体问题描述。 ## Steps to reproduce(问题复现步骤) +这里写问题复现步骤 + - -## Screenshot or Gif(截图或动态图) - -## minimal reproduction(最小可还原代码) - -## System Info - -`npx envinfo --system --npmPackages vue --binaries --browsers` - -执行上面命令,将结果贴下面