From 467dfc847a4d6d7ea535e52c664fadb1fc43629e Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 6 Feb 2019 11:49:36 +0000 Subject: [PATCH] Tell folks how they can add/update contributors. --- templates/contributors/list.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/contributors/list.html b/templates/contributors/list.html index 5fec31cd..e83f1cef 100644 --- a/templates/contributors/list.html +++ b/templates/contributors/list.html @@ -5,6 +5,12 @@

Contributor Profiles

These are the fine people that make PostgreSQL what it is today!

+

To suggest additions to the list, please email + contributors@postgresql.org. + Existing contributors can update their information in their + user profile. +

+ {%for t in contributortypes%}

{{t.typename}}

{%if t.extrainfo%}

{{t.extrainfo|safe}}

{%endif%} -- 2.39.5