From 978c81a6269171d035c2b51c15233710ca58a53e Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Fri, 30 Aug 2024 11:57:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=9A=80=20=E8=B0=83=E6=95=B4Issue?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/2-feature-request.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 57ffc787..0157e875 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -39,7 +39,7 @@ body: - type: input id: reproduce attributes: - label: 复现Demo地址 + label: 复现Demo地址(如不提供,issue将被直接关闭) description: | 请提供一个尽可能简单的 GitHub 仓库链接。不要随便填写一个链接,这会导致你的 issue 被直接关闭。 validations: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index a0f2f44e..7a30800c 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -11,6 +11,7 @@ body: - 确认这是一个通用功能,并且无法通过现有的 API 或 Slot 实现。 - 尝试在 [Issue](https://github.com/Moonofweisheng/wot-design-uni/issues)列表中搜索,并且没有发现同样的需求。 - 可以先到 [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) 发帖,讨论一下需求是否合理。 + - 请确保描述清楚你的需求,以便其他开发者更好地理解你的需求。 - type: textarea id: description