From 3bc79a4ba1745083f12bf9090faa36239c633f8d Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:05:51 +0800 Subject: [PATCH] Update 01_bug_report.yml --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 728995a3..e96682bd 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -3,6 +3,13 @@ description: 在提出问题前请先自行排除服务器端问题和升级到 title: "[Bug]: " labels: ["bug"] body: + - type: input + id: "os-version" + attributes: + label: "操作系统和版本" + description: "操作系统和版本" + validations: + required: true - type: input id: "expectation" attributes: