diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 86df9cfacf..958ea0a028 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,26 +22,14 @@ body: validations: required: true - # - type: checkboxes - # id: affected-productions - # attributes: - # label: Affected productions - # options: - # - label: Univer Sheet - # value: sheet - # - label: Univer Doc - # value: doc - # - label: Univer Slide - # value: slide - # validations: - # required: true - - type: textarea id: steps-to-reproduce attributes: label: Reproduction link description: | - We provide an [online template](https://stackblitz.com/~/github.com/awesome-univer/sheets-vite-demo), if your issue can be reproduced in this template, please provide the reproduction link here. + **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 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 c6b63ea255..1a7e430733 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml @@ -22,20 +22,6 @@ body: validations: required: true - # - type: checkboxes - # id: affected-productions - # attributes: - # label: 受影响的产品 - # options: - # - label: Univer Sheet - # value: sheet - # - label: Univer Doc - # value: doc - # - label: Univer Slide - # value: slide - # validations: - # required: true - - type: textarea id: steps-to-reproduce attributes: @@ -43,7 +29,7 @@ body: description: | **请注意,请务必认真提供复现并详细描述复现步骤,如果您无法提供复现链接,你的问题有可能会被直接关闭。** - 我们提供了 [在线模板](https://stackblitz.com/~/github.com/awesome-univer/sheets-vite-demo),如果您的问题可以在这个模板中复现,那么请在这里提供复现链接。 + 我们提供了 [在线模板](https://stackblitz.com/edit/univer-sheets-vite),如果您的问题可以在这个模板中复现,那么请在这里提供复现链接。 我们也提供了一些其他你可能会用到的 [模板仓库](https://github.com/awesome-univer),你可以选择其中一个来复现你的问题。 如果您的问题无法在模板中复现,请提供尽可能详细的复现步骤。 validations: