From 89c1e61827a14fa6d6f833ca5eb9cf7ff85d8bac Mon Sep 17 00:00:00 2001 From: tituscarl Date: Wed, 11 Mar 2026 11:13:42 +0800 Subject: [PATCH] add custom instructions for code review --- .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 00000000..8f61f037 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,5 @@ +When performing a code review, please ensure that the following guidelines are followed: + +1. **Code Style**: Ensure that the code adheres to the project's coding standards and style guidelines. This includes proper indentation, naming conventions, and consistent formatting. Please refer this guide from Google https://docs.cloud.google.com/apis/design, for more details on API design and style. If the response of the RPC is a streaming one, make sure the method name started with "Read" and uses custom method with ":read" action. + +