-
Notifications
You must be signed in to change notification settings - Fork 68
Contributing
Haohang edited this page Sep 20, 2023
·
7 revisions
- Before contributing, kindly refer to our coding conventions at: Proton Code Process for Engineers and ClickHouse Development Style.
- When building the repositories, please note that we primarily support the Linux platform. For further details, see build.md.
- For guidance on smoke tests, please refer to How to Write and Run Proton Smoke Tests.
- Unit tests utilize the Google Test framework and can be found in the
src/unit_test_dbms
directory within the build folder.