From f1d812258960b902544294c962210854b6f07a80 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 2 Apr 2026 13:03:26 +0800 Subject: [PATCH] Remove .copilot-commit-message-instructions.md Delete the .copilot-commit-message-instructions.md file which contained Chinese-language instructions for generating Copilot commit messages and enforcing a specific commit format. This removes the outdated guidance from the repository. --- .copilot-commit-message-instructions.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .copilot-commit-message-instructions.md diff --git a/.copilot-commit-message-instructions.md b/.copilot-commit-message-instructions.md deleted file mode 100644 index 0f772b430..000000000 --- a/.copilot-commit-message-instructions.md +++ /dev/null @@ -1,6 +0,0 @@ -请用中文生成提交信息,遵循规范提交格式: - -- 标题:类型:以业务内容为主简短描述 -- 正文:详细说明改动原因与内容 -- 类型:feat/fix/docs/style/refactor/test/chore - \ No newline at end of file