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. + +