Skip to content

Commit a97bc8e

Browse files
committed
Add a how to get involved section to developer frontpage
Much more can be done to help this page, but it's a start. Reviewed-by: Daniel Gustafsson and Jonathan Katz
1 parent aebddbe commit a97bc8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

templates/pages/developer.html

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ <h2>What will you find here?</h2>
2121
necessarily available in the release version of PostgreSQL - it may not yet even be in the development version.
2222
</p>
2323

24+
<h2>How to get involved</h2>
25+
<p>
26+
A few resorces to help you get involved in PostgreSQL development are:
27+
</p>
28+
<ul>
29+
<li>Read the <a href="https://wiki.postgresql.org/wiki/Developer_FAQ#How_do_I_get_involved_in_PostgreSQL_development.3F">Developer FAQ</a>.</li>
30+
<li>Read the <a href="https://www.postgresql.org/list/pgsql-hackers/">pgsql-hackers archives</a> about topics, and optionally <a href="https://lists.postgresql.org/">subscribe</a> to the list.</li>
31+
<li>Join the <a rel="nofollow" href="https://discord.gg/bx2G9KWyrY">PostgreSQL Hacking Discord</a>.</li>
32+
</ul>
33+
2434
<h2>What is a CommitFest?</h2>
2535

2636
A <a href="https://commitfest.postgresql.org">CommitFest</a> is a period during

0 commit comments

Comments
 (0)