From a003efdc32a80f02d5c5e841d9688475262377c8 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 21 Dec 2024 20:31:36 +0800 Subject: [PATCH] docs(ISSUE_TEMPLATE/bug-report): add browser cache check Signed-off-by: Tianling Shen --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 20fbdf11..673d2502 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -106,5 +106,7 @@ body: required: true - label: I confirm that I have not modified system DNS settings, or enabled any other DNS servers like MosDNS and SmartDNS. required: true + - label: I confirm that I have cleared the browser cache. + required: true - label: I confirm that I have selected all terms **blindly**. required: false