Tell folks how they can add/update contributors.
authorDave Page <dpage@pgadmin.org>
Wed, 6 Feb 2019 11:49:36 +0000 (11:49 +0000)
committerDave Page <dpage@pgadmin.org>
Wed, 6 Feb 2019 11:49:45 +0000 (11:49 +0000)
templates/contributors/list.html

index 5fec31cdb420c5c8769ed326c2b3242d6fa84981..e83f1cef4565261cad9d0ce2a2b3fff47119266b 100644 (file)
@@ -5,6 +5,12 @@
 <h1>Contributor Profiles <i class="fa fa-users"></i></h1>
 <p>These are the fine people that make PostgreSQL what it is today!</p>
 
+<p>To suggest additions to the list, please email
+    <a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.
+    Existing contributors can update their information in their
+    <a href="/account/profile/">user profile</a>.
+</p>
+
 {%for t in contributortypes%}
 <h2>{{t.typename}}</h2>
 {%if t.extrainfo%}<p>{{t.extrainfo|safe}}</p>{%endif%}