From 5791c39f932714aafee1370f93dea60993b43d0e Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 27 Nov 2022 18:15:49 +0800 Subject: [PATCH] chore: update the issue template of bug report --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 96ecc98..0289c27 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -96,7 +96,7 @@ body: id: bug-in-latest-code attributes: label: Does this issue reproduce with the latest release? - description: Whether this bug still exists in the latest version. + description: Is this bug still present in the latest version? options: - It can reproduce with the latest release - It gets fixed in the latest release