HuaHuaY commented on code in PR #521: URL: https://github.com/apache/iceberg-cpp/pull/521#discussion_r2716071327
########## CONTRIBUTING.md: ########## @@ -0,0 +1,25 @@ +# Contributing to iceberg-cpp + +This document describes how to set up a development environment, run tests, and use existing tooling such as Docker and pre-commit for iceberg-cpp. [][] + +## Development environment + +The project can be built and developed using the existing Docker-based environment. Please refer to the README and Doxygen documentation for more detailed API and usage information. [][][] + +### Local prerequisites + +- Git +- CMake and a C++17-compatible compiler Review Comment: Developers must use C++23-compatible compiler. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
