diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 5e9f136..b7f5c13 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -6,7 +6,7 @@ body: - type: checkboxes id: bugcheck attributes: - label: "确认你当前提交的 Bug 没有被重复提交" - options: | - **我确认这个 Bug 没有被重复提交** - required: true \ No newline at end of file + label: "确认你当前提交的 Bug 没有被重复提交" + options: + - label: "**我确认这个 Bug 没有被重复提交**" + required: true \ No newline at end of file