From 7f0ed33663bef035009bc4e58aed64dd14c0995a Mon Sep 17 00:00:00 2001 From: SONG ZHENRUI <191720247+ZhulongNT@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:09:09 +0800 Subject: [PATCH] chore: Fix Code of Conduct link in bug-report.yml Updated the Code of Conduct link in the 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 d5adf2c..1d6ee85 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -26,7 +26,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/MetaGLM/z-ai-sdk-python/blob/main/CODE_OF_CONDUCT.md) + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/zai-org/z-ai-sdk-python/blob/main/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct required: true