From e880fa27afcd1bd2ef251532de06130600420453 Mon Sep 17 00:00:00 2001 From: Melanie Plageman Date: Wed, 29 Jan 2025 16:47:11 -0500 Subject: [PATCH] Add additional info to Contributor Committee pages Add the Contributor Committee contact email address to the governance page describing the committee. Also, add a link to the release notes to the Contributors Profiles page. --- templates/contributors/list.html | 4 ++++ templates/pages/about/governance/contributors.html | 4 ++++ templates/pages/about/policies/contributors.html | 8 ++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/templates/contributors/list.html b/templates/contributors/list.html index 96a4d569..40a32205 100644 --- a/templates/contributors/list.html +++ b/templates/contributors/list.html @@ -11,6 +11,10 @@ See the Recognized Contributors policy for more information on becoming a recognized contributor.

+

+ For a list of all code contributions to a specific release, see the + Release Notes for released versions of PostgreSQL. +

Existing contributors can update their information in their user profile. diff --git a/templates/pages/about/governance/contributors.html b/templates/pages/about/governance/contributors.html index ac1cbfc3..336c7a7e 100644 --- a/templates/pages/about/governance/contributors.html +++ b/templates/pages/about/governance/contributors.html @@ -37,4 +37,8 @@ updated promptly after any decisions are made with respect to additions or changes.

+

+ Contact the Contributor Committee by emailing + contributors@postgresql.org. +

{%endblock%} diff --git a/templates/pages/about/policies/contributors.html b/templates/pages/about/policies/contributors.html index 42d0a635..3ad18a76 100644 --- a/templates/pages/about/policies/contributors.html +++ b/templates/pages/about/policies/contributors.html @@ -10,11 +10,15 @@ page includes people who have made substantial, long-term contributions of time and effort to the PostgreSQL project. One-time-only or short-term contributions are not usually considered adequate for listing, unless they - involve quite large amounts of code and time. For a list of all code - contributions to a specific release, see the + involve quite large amounts of code and time. +

+ +

+ For a list of all code contributions to a specific release, see the Release Notes for released versions of PostgreSQL.

+

Financial contributions get listed on the Sponsors pages, not here. -- 2.45.2