mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
41 lines
1.5 KiB
HTML
41 lines
1.5 KiB
HTML
{%extends "base/page.html"%}
|
|
{%block title%}Core Team{%endblock%}
|
|
{%block contents%}
|
|
|
|
<h1>Core Team <i class="fa fa-users"></i></h1>
|
|
|
|
<p>The PostgreSQL Global Development Group core team is composed of seven long-time community members
|
|
with various specialisations. Their roles include:</p>
|
|
<ul>
|
|
<li>Coordinating release activities.</li>
|
|
<li>Acting as a conduit for confidential communication.</li>
|
|
<li>Making policy announcements.</li>
|
|
<li>Managing permissions for commits, infrastructure, etc.</li>
|
|
<li>Handling disciplinary issues.</li>
|
|
<li>Making difficult decisions when consensus is lacking.</li>
|
|
</ul>
|
|
|
|
<p>The core team avoids involvement in topics that are best dealt with in
|
|
an open forum, like technical direction and advocacy. Core team members
|
|
are appointed by existing core team members.</p>
|
|
|
|
<p>The core team members are listed on the
|
|
<a href="/community/contributors/">Contributor Profiles</a> page.</p>
|
|
|
|
<h2>Activity Reports</h2>
|
|
|
|
<p>Starting in 2019, the Core Team are aiming to publish regular activity
|
|
reports. These can be found below:</p>
|
|
|
|
<ul>
|
|
<li><a href="/developer/corereports/january2022_december2022/">January 2022 - December 2022</a></li>
|
|
<li><a href="/developer/corereports/june2019_december2021/">June 2019 - December 2021</a></li>
|
|
<li><a href="/developer/corereports/june2018_may2019/">June 2018 - May 2019</a></li>
|
|
</ul>
|
|
|
|
<h2>Contact</h2>
|
|
|
|
<p>You can contact the core team by emailing pgsql-core [at] postgresql [dot] org.</p>
|
|
|
|
{%endblock%}
|