wuchong commented on code in PR #1938: URL: https://github.com/apache/fluss/pull/1938#discussion_r2508149281
########## website/community/welcome.mdx: ########## @@ -54,3 +54,30 @@ The **Google Calendar** below uses **Greenwich Mean Time (GMT+0)**! import GoogleCalendarConsent from '@site/src/components/GoogleCalendarConsent'; <GoogleCalendarConsent calendarId="25326691dcaf6dbb9939efe149bb85f2888a654c693763b2d45720502de526f8" /> + +## Fluss Team +We'd like to thank the following PMC members and committers to the Apache Fluss project who have helped get the project to where it is today. + +### PMC Members Review Comment: We can change this to `Members` as we will add `Roles` to the table. ########## website/community/welcome.mdx: ########## @@ -54,3 +54,30 @@ The **Google Calendar** below uses **Greenwich Mean Time (GMT+0)**! import GoogleCalendarConsent from '@site/src/components/GoogleCalendarConsent'; <GoogleCalendarConsent calendarId="25326691dcaf6dbb9939efe149bb85f2888a654c693763b2d45720502de526f8" /> + +## Fluss Team +We'd like to thank the following PMC members and committers to the Apache Fluss project who have helped get the project to where it is today. + +### PMC Members +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). + +| Apache ID | GitHub Username | Public Name | Review Comment: Maybe moving the `Public Name` to the beginning? Besides, I think we can add an additional `Roles` column to descibe the member roles. There are 3 kinds of roles now: Mentor, PPMC member and Committer. Currently, only `Mehul Batra` and `Hongshun Wang` are only Committers. Others are all PPMC members (PPMC mentors are all commiters, so we don't need to mark them committers). And `Becket Qin, Jean-Baptiste Onofré, Jingsong Lee, Yu Li, Zili Chen` are both mentors and PPMC members. We can also add the following descriptions to the roles after the table. 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. 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. 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. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
