Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions community/zh/how_to_contribute.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
---
title: How to Contribute
title: 如何贡献
---

# Contributing to GeaFlow
# 贡献指南

Thank you for your interest in contributing to GeaFlow! We welcome all contributions and appreciate your support.
感谢您对 GeaFlow 项目的关注和支持!我们欢迎各种形式的贡献,非常感谢您的参与。

## Ways to Contribute
## 贡献方式

There are many ways to contribute to GeaFlow, and not all of them involve writing code. All forms of participation are valuable and help grow a healthy community. Here are some examples of how you can help:
贡献 GeaFlow 的方式有很多种,并非所有方式都需要编写代码。所有形式的参与都是有价值的,都能帮助构建一个健康的社区。以下是一些您可以提供帮助的方式:

- Answering questions and helping others in our community spaces (mailing list, GitHub Discussions, etc.).
- Reporting bugs, suggesting new features, or sharing your feedback.
- Reviewing and testing pull requests from other contributors.
- Translating documentation or other project materials.
- Organizing or promoting community events.
- Improving our project website, design, or user experience.
- Creating tutorials, blog posts, or videos to help others learn about GeaFlow.
- Spreading the word about GeaFlow through outreach and advocacy.
- Any other activity that helps the project and its users!
- 在我们的社区空间(邮件列表、GitHub Discussions 等)中回答问题,帮助其他用户。
- 报告 bug、提出新功能建议或分享您的反馈。
- 审查和测试其他贡献者的 pull request。
- 翻译文档或其他项目材料。
- 组织或推广社区活动。
- 改进我们的项目网站、设计或用户体验。
- 创建教程、博客文章或视频,帮助他人学习 GeaFlow
- 通过宣传和推广来传播 GeaFlow 的信息。
- 任何其他有助于项目和用户的活动!

If you have an idea for a contribution, please share it with the community. Every contribution is welcome!
如果您有贡献的想法,请与社区分享。我们欢迎每一份贡献!

## Code of Conduct
## 行为准则

Please follow our [Code of Conduct](../CODE_OF_CONDUCT.md) in all your interactions with the project.
请在与项目的所有互动中遵循我们的[行为准则](../CODE_OF_CONDUCT.md)

## Coding Style
## 编码风格

Please follow the Java style defined in `tools/intellij-java-style.xml` and the checkstyle rules in `tools/checkstyle.xml`. You can use IDE plugins to automatically format your code.
请遵循 `tools/intellij-java-style.xml` 中定义的 Java 风格和 `tools/checkstyle.xml` 中的检查规则。您可以使用 IDE 插件来自动格式化代码。

## Reporting Issues
## 报告问题

If you find a bug or have a feature request, please open an issue on our [GitHub Issues](https://github.com/apache/geaflow/issues). Provide clear steps to reproduce the bug or a detailed description of your suggestion.
如果您发现 bug 或有功能请求,请在我们的 [GitHub Issues](https://github.com/apache/geaflow/issues) 上打开一个 issue。请提供清晰的复现步骤或详细的建议描述。

## Documentation
## 文档

Our user and developer documentation can be found in the [docs folder](../docs). We welcome any improvements you can make!
我们的用户和开发者文档可以在 [docs 文件夹](../docs) 中找到。我们欢迎您对文档的任何改进!

## Community
## 社区

- **Website**: [https://geaflow.apache.org/](https://geaflow.apache.org/)
- **Issue Tracker**: [https://github.com/apache/geaflow/issues](https://github.com/apache/geaflow/issues)
- **Mailing List**: [dev@geaflow.apache.org](mailto:dev@geaflow.apache.org)
- **网站**: [https://geaflow.apache.org/](https://geaflow.apache.org/)
- **问题跟踪**: [https://github.com/apache/geaflow/issues](https://github.com/apache/geaflow/issues)
- **邮件列表**: [dev@geaflow.apache.org](mailto:dev@geaflow.apache.org)

Thank you for helping us improve GeaFlow!
感谢您帮助我们改进 GeaFlow
Loading