Skip to content

Commit 56d7ccd

Browse files
authored
doc: add AI-assisted contributions guidelines (#568)
1 parent b6cfce1 commit 56d7ccd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ C++ implementation of [Apache Iceberg™](https://iceberg.apache.org/).
2929
## Requirements
3030

3131
- CMake 3.25 or higher
32-
- C++23 compliant compiler
32+
- C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
3333

3434
## Customizing Dependency URLs
3535

@@ -110,6 +110,8 @@ Apache Iceberg is an active open-source project, governed under the Apache Softw
110110

111111
The Apache Iceberg community is built on the principles described in the [Apache Way](https://www.apache.org/theapacheway/index.html) and all who engage with the community are expected to be respectful, open, come with the best interests of the community in mind, and abide by the Apache Foundation [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).
112112

113+
In addition, contributors using AI-assisted tools must follow the documented guidelines for AI-assisted contributions available on the Iceberg website: [https://iceberg.apache.org/contribute/#guidelines-for-ai-assisted-contributions](https://iceberg.apache.org/contribute/#guidelines-for-ai-assisted-contributions).
114+
113115
### Linting
114116

115117
Install the python package `pre-commit` and run once `pre-commit install`.

mkdocs/docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ If you would like to discuss your proposed change before contributing, we encour
2525

2626
For first-time contributors, feel free to check out our good first issues for an easy way to get started.
2727

28+
In addition, contributors using AI-assisted tools must follow the documented guidelines for AI-assisted contributions available on the Iceberg website: [https://iceberg.apache.org/contribute/#guidelines-for-ai-assisted-contributions](https://iceberg.apache.org/contribute/#guidelines-for-ai-assisted-contributions).
29+
2830
## Contributing to Iceberg C++
2931

3032
The Iceberg C++ Project is hosted on GitHub at [https://github.com/apache/iceberg-cpp](https://github.com/apache/iceberg-cpp).

0 commit comments

Comments
 (0)