From e824ff9e37c8fba5ff6a716bcbeca4498747a965 Mon Sep 17 00:00:00 2001 From: charlesxie <408737515@qq.com> Date: Sat, 12 Oct 2024 13:05:19 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9Abug=20tpl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index caa2967..162c732 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,18 +1,18 @@ name: 🐛 错误报告 | Bug Report description: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using. -title: "[Bug问题]: " -labels: ["bug", "triage"] +title: "【Bug问题】: " +labels: ["bug"] body: - type: markdown attributes: value: | - 报告!我发现了一个了不得的 bug ! + 报告!我发现了一个了不得的 bug - type: input id: contact attributes: label: docker镜像版本 - description: 你当前使用的镜像版本,可在MusicTagWeb 项目系统设置-系统信息中查看。 - placeholder: 请填写镜像版本,如:2.2.5 或 lastet(更新时间) + description: 你当前使用的镜像版本,可在该项目系统设置-系统信息中查看。 + placeholder: 如:2.2.5 或 lastet(更新时间) validations: required: true - type: dropdown