From 0ab48323494d383a5d65a5e903e89329e68ab379 Mon Sep 17 00:00:00 2001 From: yixinBC Date: Wed, 4 Jan 2023 17:46:23 +0800 Subject: [PATCH] update bug-report template --- .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 0bb0fd0..e850bec 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." + 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." placeholder: "e.g. v0.1.0" validations: required: true