Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -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.


Loading