liurenjie1024 commented on code in PR #111: URL: https://github.com/apache/iceberg-rust/pull/111#discussion_r1410084539
########## 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: Instead of using headers, how about using item lists: * To invoke a build: `make build` * To check code styles: `make check` * To run tests: `make test` -- 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