This is an automated email from the ASF dual-hosted git repository.
kparisa pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/main by this push:
new 34aac56f Add PMC selection creteria
34aac56f is described below
commit 34aac56fbca789389f0f888b9975fcbedf274f7b
Author: kparisa <[email protected]>
AuthorDate: Fri Jul 31 23:29:02 2026 -0700
Add PMC selection creteria
---
src/app/(site)/community/become-a-committer/page.tsx | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/src/app/(site)/community/become-a-committer/page.tsx
b/src/app/(site)/community/become-a-committer/page.tsx
index f8ed32b8..4164557e 100644
--- a/src/app/(site)/community/become-a-committer/page.tsx
+++ b/src/app/(site)/community/become-a-committer/page.tsx
@@ -75,6 +75,24 @@ export default function BecomeACommitterPage() {
</ExternalLink>{" "}
page.
</p>
+
+ <h2 className="mb-4 mt-12 text-2xl font-bold text-fd-foreground">
+ Path to PMC Membership
+ </h2>
+ <p className="max-w-3xl text-base leading-relaxed
text-fd-muted-foreground">
+ <p>
+ The Project Management Committee (PMC or PPMC during incubation) is
the official controlling body of the project. PMC members “must” be able to
perform the official responsibilities of the PMC (verify releases and growth of
committers/PMC). We “want” them to be people that have a vision for Iggy,
technology and community wise.
+ </p><br/>
+ <p>
+ For the avoidance of doubt, not every PMC member needs to know all
details of how exactly Iggy’s release process works (it is okay to understand
the gist and how to find the details). Likewise, not every PMC member needs to
be a visionary. We strive to build a PMC that covers all parts well,
understanding that each member brings different strengths.
+ </p>
+ <br />
+ <p>
+ Ideally, we find candidates among active community members that have
shown initiative to shape the direction of Iggy (technology and community) and
have shown willingness to learn the official processes, such as how to create
or verify for releases.
+ </p>
+ <br />
+ For more details on PMC roles and responsibilities, see <ExternalLink
href="https://www.apache.org/foundation/how-it-works/#pmc">Apache PMC
Guide</ExternalLink>.
+ </p>
</CommunityLayout>
);
}