From c6f1e0b23385563e99a2dc879206b4e629766ace Mon Sep 17 00:00:00 2001 From: alger Date: Tue, 21 May 2024 11:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E4=BF=AE=E6=94=B9issue?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.zh-CN.yml | 2 +- .github/ISSUE_TEMPLATE/feature-report.zh-CN.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml b/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml index 3a72e57..717e651 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml @@ -1,6 +1,6 @@ name: 反馈 Bug description: 通过 github 模板进行 Bug 反馈。 -title: "[组件名称] 描述问题的标题" +title: "描述问题的标题" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml b/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml index af724bc..09e97f0 100644 --- a/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml @@ -1,15 +1,14 @@ name: 反馈新功能 description: 通过 github 模板进行新功能反馈。 -title: "[组件名称] 描述问题的标题" +title: "描述问题的标题" body: - type: markdown attributes: value: | # 欢迎你的参与 - tdesign-vue-next 的 Issue 列表接受 bug 报告或是新功能请求。也可加入官方社区: 在发布一个 Issue 前,请确保: - - 在 [常见问题](https://tdesign.tencent.com/about/faq)、[更新日志](https://github.com/Tencent/tdesign-vue-next/blob/main/CHANGELOG.md) 和 [旧Issue列表](https://github.com/Tencent/tdesign-vue-next/issues?q=is%3Aissue) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正) + - 在 Issue 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正) - 如果你发现一个已经关闭的旧 Issue 在最新版本中仍然存在,不要在旧 Issue 下面留言,请建一个新的 issue。 - type: textarea