From c9c7f1a40bf03f8b31471d73f047e702c8ddd213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=86=B1?= Date: Tue, 14 Jan 2025 15:40:48 +0800 Subject: [PATCH] docs(issue-template): update bug report templates to include UMD online template (#4474) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report.zh-CN.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 958ea0a028..6f1bde71aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,7 +29,7 @@ body: description: | **Please note that it is essential to provide a reproduction and describe the reproduction steps in detail. If you cannot provide a reproduction link, your issue may be closed directly.** - We provide an [online template](https://stackblitz.com/edit/univer-sheets-vite), if your issue can be reproduced in this template, please provide the reproduction link here. + We provide a [Vite online template](https://stackblitz.com/edit/univer-sheets-vite) and a [UMD online template](https://stackblitz.com/edit/univer-sheets-umd). If your issue can be reproduced in one of these templates, please provide the reproduction link here. We also provide some other [template repositories](https://github.com/awesome-univer), you can choose one of them to reproduce your issue. If your issue cannot be reproduced in the template, please provide as detailed reproduction steps as possible. validations: diff --git a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml index 1a7e430733..f1e49f05ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml @@ -29,7 +29,7 @@ body: description: | **请注意,请务必认真提供复现并详细描述复现步骤,如果您无法提供复现链接,你的问题有可能会被直接关闭。** - 我们提供了 [在线模板](https://stackblitz.com/edit/univer-sheets-vite),如果您的问题可以在这个模板中复现,那么请在这里提供复现链接。 + 我们提供了 [Vite 在线模板](https://stackblitz.com/edit/univer-sheets-vite) 和 [UMD 在线模板](https://stackblitz.com/edit/univer-sheets-umd),如果您的问题可以在这个模板中复现,那么请在这里提供复现链接。 我们也提供了一些其他你可能会用到的 [模板仓库](https://github.com/awesome-univer),你可以选择其中一个来复现你的问题。 如果您的问题无法在模板中复现,请提供尽可能详细的复现步骤。 validations: