Skip to content

Commit 9850290

Browse files
kevinjqliuFokko
andauthored
[docs] Link community contributing guidelines (apache#1579)
Closes apache#970 This PR links community guideline on contribution, https://iceberg.apache.org/contribute/ ![Screenshot 2025-01-26 at 1 47 41 PM](https://github.com/user-attachments/assets/3a56456e-1f3c-44f9-8d58-9b2b3e1da99b) --------- Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent 6fffb64 commit 9850290

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

mkdocs/docs/contributing.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ hide:
2222
- under the License.
2323
-->
2424

25-
# Contributing to the Iceberg Python library
25+
# Contributing
26+
27+
We welcome contributions to Apache Iceberg! To learn more about contributing to Apache Iceberg, please refer to the [official Iceberg contribution guidelines](https://iceberg.apache.org/contribute/). These guidelines are intended as helpful suggestions to make the contribution process as seamless as possible, and are not strict rules.
28+
29+
If you would like to discuss your proposed change before contributing, we encourage you to visit our [Community](https://iceberg.apache.org/community/) page. There, you will find various ways to connect with the community, including Slack and our mailing lists. Alternatively, you can open a [new issue](https://github.com/apache/iceberg-python/issues) directly in the GitHub repository.
30+
31+
For first-time contributors, feel free to check out our [good first issues](https://github.com/apache/iceberg-python/issues/?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) for an easy way to get started.
32+
33+
## Contributing to PyIceberg
34+
35+
The PyIceberg Project is hosted on GitHub at <https://github.com/apache/iceberg-python>.
2636

2737
For the development, Poetry is used for packing and dependency management. You can install this using:
2838

0 commit comments

Comments
 (0)