You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
include $_SERVER['DOCUMENT_ROOT'] . "/include/page.php";
$PAGE_TITLE = _("pgAdmin: How to contribute");
$PAGE_CONTENT = '
<h1>' . _("How to contribute") . '</h1>
<p>' . _("pgAdmin is a voluntary project created and managed by contributors from around the world. The project can only live and develop with your help. Do not hesitate to get involved.") . '</p>
<p>' . _("If you would like to contribute new features and/or bug fixes, please visit the <a href=\"development/\">development</a> page.") . '</p>