This is an automated email from the ASF dual-hosted git repository. blue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git
commit 9968a409b52074535253f9d9925aa28f0d496cb7 Author: Ryan Blue <[email protected]> AuthorDate: Mon Dec 10 09:18:50 2018 -0800 Update community doc with repo location. --- site/docs/community.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/docs/community.md b/site/docs/community.md index 1b8c9a5..a87af60 100644 --- a/site/docs/community.md +++ b/site/docs/community.md @@ -36,8 +36,14 @@ Issues are tracked in GitHub: ### Contributing +Iceberg uses Apache's GitHub integration. The code is available at https://github.com/apache/incubator-iceberg + The Iceberg community prefers to receive contributions as [Github pull requests][github-pr-docs]. +* [View open pull requests][iceberg-prs] +* [Learn about pull requests][github-pr-docs] + +[iceberg-prs]: https://github.com/apache/incubator-iceberg/pulls [github-pr-docs]: https://help.github.com/articles/about-pull-requests/
