Skip to content

Commit 9c7c3ad

Browse files
authored
[docs] Added Fluss Team Page (#1938)
1 parent 8faff0e commit 9c7c3ad

File tree

3 files changed

+52
-10
lines changed

3 files changed

+52
-10
lines changed

website/community/fluss-logos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Fluss Logos
3-
sidebar_position: 5
3+
sidebar_position: 6
44
---
55

66
# Fluss Logos

website/community/fluss-team.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Fluss Team
3+
sidebar_position: 5
4+
---
5+
6+
## Fluss Team
7+
We'd like to thank the following members and committers to the Apache Fluss project who have helped get the project to where it is today. This list might be stale, the canonical list of members is located on [Apache's website](https://people.apache.org/committers-by-project.html#fluss).
8+
9+
### Members
10+
11+
| Public Name | GitHub Username | Apache ID | Role(s) |
12+
| -------------------- | -------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------- |
13+
| Yu Li | [@carp84](https://github.com/carp84) | [liyu](https://people.apache.org/committer-index.html#liyu) | Mentor, PPMC Member |
14+
| Becket Qin | [@becketqin](https://github.com/becketqin) | [jqin](https://people.apache.org/committer-index.html#jqin) | Mentor, PPMC Member |
15+
| Jean-Baptiste Onofré | [@jbonofre](https://github.com/jbonofre) | [jbonofre](https://people.apache.org/committer-index.html#jbonofre) | Mentor, PPMC Member |
16+
| Jingsong Lee | [@JingsongLi](https://github.com/JingsongLi) | [lzljs3620320](https://people.apache.org/committer-index.html#lzljs3620320) | Mentor, PPMC Member |
17+
| Zili Chen | [@tisonkun](https://github.com/tisonkun) | [tison](https://people.apache.org/committer-index.html#tison) | Mentor, PPMC Member |
18+
| Jark Wu | [@wuchong](https://github.com/wuchong) | [jark](https://people.apache.org/committer-index.html#jark) | PPMC Member |
19+
| Giannis Polyzos | [@polyzos](https://github.com/polyzos) | [ipolyzos](https://people.apache.org/committer-index.html#ipolyzos) | PPMC Member |
20+
| Yuxia Luo | [@luoyuxia](https://github.com/luoyuxia) | [yuxia](https://people.apache.org/committer-index.html#yuxia) | PPMC Member |
21+
| Yunhong Zheng | [@swuferhong](https://github.com/swuferhong) | [yunhong](https://people.apache.org/committer-index.html#yunhong) | PPMC Member |
22+
| Michael Koepf | [@michaelkoepf](https://github.com/michaelkoepf) | [michaelkoepf](https://people.apache.org/committer-index.html#michaelkoepf) | PPMC Member |
23+
| Nicholas Jiang | [@SteNicholas](https://github.com/SteNicholas) | [nicholasjiang](https://people.apache.org/committer-index.html#nicholasjiang) | PPMC Member |
24+
| Feng Wang | [@wangfengpro](https://github.com/wangfengpro) | [fengwang](https://people.apache.org/committer-index.html#fengwang) | PPMC Member |
25+
| Benchao Li | [@libenchao](https://github.com/libenchao) | [libenchao](https://people.apache.org/committer-index.html#libenchao) | PPMC Member |
26+
| Hongshun Wang | [@loserwang1024](https://github.com/loserwang1024) | [hongshun](https://people.apache.org/committer-index.html#hongshun) | Committer |
27+
| Mehul Batra | [@MehulBatra](https://github.com/MehulBatra) | [mehulbatra](https://people.apache.org/committer-index.html#mehulbatra) | Committer |
28+
29+
30+
The Apache Fluss project recognizes the following roles, each representing a distinct type of contribution to the project’s development:
31+
32+
- **Mentor** - A mentor for an Apache Incubator project is an experienced ASF member who guides the podling through incubation. They help the project adopt "The Apache Way," ensure licensing and IP compliance, and support community growth. Mentors also advise on graduation readiness and represent the podling to the Incubator PMC.
33+
34+
- **PPMC Member** - The podling project management committee (PPMC) is responsible for the management of the incubator project. The PPMC is the vehicle through which decision-making power and responsibility for oversight devolves to developers. While committers on a project have the ability to update the code, only the PPMC as a body has the authority to vote on formal releases of the project's software. The PPMC is also responsible for voting in new committers and PPMC members to the project, and following other policies as outlined in this document.
35+
36+
- **Committer** - Committers have read-write access to the code repository, signed the CLA, and use an @apache.org email. There's no timeline or specific requirement to become a committer, but active contributors are strong candidates. As a committer, you shape the project's future by reviewing and merging code, testing release candidates, participating in discussions, and contributing in various ways. Active committers may be invited to join the PPMC.
37+
38+
### Contributors
39+
A canonical list of contributors can be found in the [Apache Fluss GitHub repository](https://github.com/apache/fluss/graphs/contributors).

website/community/welcome.mdx

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ If you are not sure what to work on, look at an issue tagged with [good first is
1515
The development discussions and user questions happen primarily on [GitHub Discussions](https://github.com/apache/fluss/discussions).
1616

1717
## Mailing Lists
18+
1819
Fluss has two mailing lists:
19-
* **Developers**: [email protected] -- used for development discussions and community coordination
20-
* [Subscribe](mailto:[email protected])
21-
* [Unsubscribe](mailto:[email protected])
22-
* [Archive](https://lists.apache.org/[email protected])
23-
* **Users**: [email protected] -- for user questions, support, and general discussions
24-
* [Subscribe](mailto:[email protected])
25-
* [Unsubscribe](mailto:[email protected])
26-
* [Archive](https://lists.apache.org/[email protected])
20+
21+
- **Developers**: [email protected] -- used for development discussions and community coordination
22+
- [Subscribe](mailto:[email protected])
23+
- [Unsubscribe](mailto:[email protected])
24+
- [Archive](https://lists.apache.org/[email protected])
25+
- **Users**: [email protected] -- for user questions, support, and general discussions
26+
- [Subscribe](mailto:[email protected])
27+
- [Unsubscribe](mailto:[email protected])
28+
- [Archive](https://lists.apache.org/[email protected])
2729

2830
## Slack
2931
We use the [Fluss workspace](https://apache-fluss.slack.com/) on Slack for real-time communication and collaboration. You can join the community using [this invite link](https://join.slack.com/t/apache-fluss/shared_invite/zt-33wlna581-QAooAiCmnYboJS8D_JUcYw).
@@ -51,6 +53,7 @@ Community calls are a great opportunity to discuss the project roadmap, implemen
5153
The **Google Calendar** below uses **Greenwich Mean Time (GMT+0)**!
5254
:::
5355

54-
import GoogleCalendarConsent from '@site/src/components/GoogleCalendarConsent';
56+
import GoogleCalendarConsent from "@site/src/components/GoogleCalendarConsent";
5557

5658
<GoogleCalendarConsent calendarId="25326691dcaf6dbb9939efe149bb85f2888a654c693763b2d45720502de526f8" />
59+

0 commit comments

Comments
 (0)