From ce60c0566f7600ba154d778a25596776167bccb8 Mon Sep 17 00:00:00 2001 From: yixinBC Date: Wed, 4 Jan 2023 17:48:20 +0800 Subject: [PATCH] fix:typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e850bec..21688e9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: id: version attributes: label: Version - description: "Please specify the version of ChatGPT you are using, a newer version may have fixed the bug you encountered.Check the [CHANGELOG](https://github.com/lencx/ChatGPT/blob/main/UPDATE_LOG.md) for more information." + description: "Please specify the version of ChatGPT you are using, a newer version may have fixed the bug you encountered.Check the [UPDATE_LOG](https://github.com/lencx/ChatGPT/blob/main/UPDATE_LOG.md) for more information." placeholder: "e.g. v0.1.0" validations: required: true