liurenjie1024 commented on code in PR #111: URL: https://github.com/apache/iceberg-rust/pull/111#discussion_r1410090267
########## CONTRIBUTING.md: ########## @@ -108,6 +108,26 @@ $ cargo version cargo 1.69.0 (6e9a83356 2023-04-12) ``` +## Build + +### Compile + +```shell +make build +``` + +### Lint + +```shell +make check +``` + +### Test + +```shell +make test +``` Review Comment: Currently we don't have so much commands, so I think the list format would be more concise? We can always enrich these when necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org