You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@
17
17
~ under the License.
18
18
-->
19
19
20
-
# Contributing to Apache Paimon-cpp
20
+
# Contributing to Apache Paimon C++
21
21
22
-
Thank you for your interest in contributing to paimon-cpp! This document explains how to get started.
22
+
Thank you for your interest in contributing to Paimon C++! This document explains how to get started.
23
23
24
24
---
25
25
@@ -116,4 +116,4 @@ If you make improvements that could benefit all developers, please update the te
116
116
117
117
## License
118
118
119
-
By contributing to paimon-cpp, you agree that your contributions will be licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
119
+
By contributing to Paimon C++, you agree that your contributions will be licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
Paimon-cpp is an active open-source project and we welcome people who want to contribute or share good ideas!
81
+
Paimon C++ is an active open-source project and we welcome people who want to contribute or share good ideas!
82
82
Before contributing, please read the [Contributing Guide](CONTRIBUTING.md) and the [Code Style Guide](docs/code-style.md). You are encouraged to check out our [documentation](https://paimon.apache.org/docs/cpp/).
Copy file name to clipboardExpand all lines: docs/code-style.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@
17
17
~ under the License.
18
18
-->
19
19
20
-
# Paimon C++ Code Style Guide
20
+
# Apache Paimon C++ Code Style Guide
21
21
22
-
This document defines the coding conventions for the paimon-cpp project. All pull requests are expected to follow these rules. Automated tooling (clang-format, clang-tidy, cpplint, pre-commit) enforces many of them.
22
+
This document defines the coding conventions for the Paimon C++ project. All pull requests are expected to follow these rules. Automated tooling (clang-format, clang-tidy, cpplint, pre-commit) enforces many of them.
0 commit comments