From c21f7a9e5ec4dabc3bb684c106789618444c484e Mon Sep 17 00:00:00 2001 From: Ganesan Ramalingam Date: Fri, 11 Jul 2025 10:47:30 -0700 Subject: [PATCH] Copilot instructions Signed-off-by: Ganesan Ramalingam --- .github/copilot-instructions.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000000..b74c06fed3 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,5 @@ +## Code Standards + +### Required Before Each Commit +- Run `lintrunner -a` before committing any changes to ensure proper code formatting +- This will run lintrunner on all updated files to maintain consistent style