You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "simon824 (via GitHub)" <gi...@apache.org> on 2023/05/17 07:02:20 UTC

[GitHub] [incubator-hugegraph] simon824 opened a new issue, #2212: Contribution guidelines

simon824 opened a new issue, #2212:
URL: https://github.com/apache/incubator-hugegraph/issues/2212

   ### Feature Description (功能描述)
   
   **Hi, everyone👋**
   
   Recently, the community has welcomed many new guys. In order to let everyone get familiar with the project and participate in the community faster, we created this issue to give you some guidance. If you have any questions, can reply in this issue.
   
   The HugeGrpah community includes 5 repositories:
   1. [hugegraph-server](https://github.com/apache/hugegraph) (graph's core component - OLTP server)
   2. [hugegraph-toolchain](https://github.com/apache/hugegraph-toolchain) (include loader/dashboard/tool/client)
   3. [hugegraph-computer](https://github.com/apache/hugegraph-computer) (graph processing system - OLAP)
   4. [hugegraph-website/doc](https://github.com/apache/hugegraph-doc) (include doc & website code)
   5. [hugegraph-commons](https://github.com/apache/incubator-hugegraph-commons) (common & rpc module)
   
   # Prepare
   - [Subscribe](https://hugegraph.apache.org/cn/docs/contribution-guidelines/subscribe/) the dev@hugegraph mailing list
   - Join wechat group (contact `shirning`)
   - Read [contribution guidelines](https://hugegraph.apache.org/cn/docs/contribution-guidelines/contribute/)
   
   # What can i do for the community?
   1. Reply issues to help users solve problems.
   2. Submit PR to fix bugs or add new features.
   3. Help review code.
   4. Help users solve problems in wechat group.
   
   
   # Task lists
   All the issues which has [**good first issue**](https://github.com/apache/incubator-hugegraph/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22) label in the 5 repository are very suitable for new guys, if you are interested, just reply in the issue. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


Re: [I] [Doc] Contribution Guidelines & Quick Start for HugeGraph [incubator-hugegraph]

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on issue #2212:
URL: https://github.com/apache/incubator-hugegraph/issues/2212#issuecomment-2025711374

   > Hi, This is Sneha, I'm really interested work on this project [Wiki: Graph Traversal Expansion ()](https://github.com/apache/incubator-hugegraph/wiki/Graph-Traversal-Expansion) in GSoC'24, could anyone please let me know from where i can start ? I tried to go through the doc its mostly in Chinese, can you please share if there is english version of it ?
   > 
   > Thanks !
   
   @snehanemadi Thanks for your attention. Most of the early sharing or studying notes/slides came from individuals, so there is no separate English version yet. Perhaps we need `GPT*` tools as a possible but not convenient conversion way... 😿 
   
   @liuxiaocs7 @VGalaxies any suggestion about it? 💡 
   
   And the task of GSOC can be discussed separately in the discussion section~ (if need)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph] liuxiaocs7 commented on issue #2212: Contribution guidelines

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on issue #2212:
URL: https://github.com/apache/incubator-hugegraph/issues/2212#issuecomment-1567148169

   ### 快速上手
   
   - HugeGraph [QuickStart](https://hugegraph.apache.org/cn/docs/quickstart/)
   - HugeGraph 相关文档/文章/Slide (参考[资料](https://github.com/apache/incubator-hugegraph-doc/issues/207))
   - 深入学习Gremlin [系列](https://blog.csdn.net/javeme/article/details/82631834)
   
   ### 开发指南
   
   - 开发环境[准备](https://github.com/apache/incubator-hugegraph/wiki/The-configuration-for-HugeGraph-in-IDEA-(BETA))
   - 贡献[指南](https://github.com/apache/incubator-hugegraph/blob/master/CONTRIBUTING.md)
   
   ### 活动/任务
   
   - [Beginner Tasks](https://github.com/orgs/apache/projects/263)
   - [[OSPP] 2023开源之夏 Task V1.0](https://github.com/apache/incubator-hugegraph/wiki/%5BOSPP%5D-%E5%BC%80%E6%BA%90%E4%B9%8B%E5%A4%8F-proposal)
   - [[CCF & HugeGraph Task] 2023 开源之夏新增 Task V2.0 - BETA](https://github.com/apache/incubator-hugegraph/wiki/HugeGraph-Tasks-V2.0)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


Re: [I] [Doc] Contribution Guidelines & Quick Start for HugeGraph [incubator-hugegraph]

Posted by "snehanemadi (via GitHub)" <gi...@apache.org>.
snehanemadi commented on issue #2212:
URL: https://github.com/apache/incubator-hugegraph/issues/2212#issuecomment-2024970472

   Hi,
   This is Sneha, I'm really interested work on this project https://github.com/apache/incubator-hugegraph/wiki/Graph-Traversal-Expansion in GSoC'24, 
   could anyone please let me know from where i can start ?
   I tried to go through the doc its mostly in Chinese, can you please share if there is english version of it ?
   
   Thanks !
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org