This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 98502904 [docs] Link community contributing guidelines (#1579)
98502904 is described below

commit 985029042199d870f25b6fbec0e80907d4440f41
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Jan 27 10:45:45 2025 -0500

    [docs] Link community contributing guidelines (#1579)
    
    Closes #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 <[email protected]>
---
 mkdocs/docs/contributing.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/mkdocs/docs/contributing.md b/mkdocs/docs/contributing.md
index ebaeb74c..3aa70cb9 100644
--- a/mkdocs/docs/contributing.md
+++ b/mkdocs/docs/contributing.md
@@ -22,7 +22,17 @@ hide:
   - under the License.
   -->
 
-# Contributing to the Iceberg Python library
+# Contributing
+
+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.
+
+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.
+
+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.
+
+## Contributing to PyIceberg
+
+The PyIceberg Project is hosted on GitHub at 
<https://github.com/apache/iceberg-python>.
 
 For the development, Poetry is used for packing and dependency management. You 
can install this using:
 

Reply via email to