From 408a435b715b6a368640e0bb0959aad5731d80f4 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sun, 31 Aug 2025 09:02:51 +0800 Subject: [PATCH] Add copilot instructions to enforce English for comments --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 00000000..25e6a92c --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1 @@ +Always use English for comments. \ No newline at end of file