diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index f3cf155..6c2e9fc 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -54,6 +54,7 @@ sitenav = { {'title': 'Core Team', 'link': '/developer/core/'}, {'title': 'Roadmap', 'link': '/developer/roadmap/'}, {'title': 'Coding', 'link': '/developer/coding/'}, + {'title': 'CommitFest', 'link': 'https://commitfest.postgresql.org'}, {'title': 'Testing', 'link': '/developer/testing/', 'submenu': [ {'title': 'Beta Information', 'link': '/developer/beta/'}, ]}, diff --git a/templates/pages/developer.html b/templates/pages/developer.html index c78a6f0..f5a5ea2 100644 --- a/templates/pages/developer.html +++ b/templates/pages/developer.html @@ -16,11 +16,36 @@ PostgreSQL Anniversary Summit.

The information available in this section will mainly interest PostgreSQL developers. Here you'll find the roadmap with current TODO list, coding and -testing information, mailing lists, and +testing information, CommitFest, mailing lists, and the developer FAQ. Keep in mind the information available here is not necessarily available in the release version of PostgreSQL - it may not yet even be in the development version.

+

What is CommitFest?

+ +CommitFest is a period during +the PostgreSQL feature development where +committers and +contributors focus on +reviewing, +testing, and getting patches committed. +Patches are registered in the +CommitFest application, +which PostgreSQL developers use to track the patch status. + +There are typically 5 CommitFests in a major release cycle: July, September, +November, January, and March. The March CommitFest is the final CommitFest in a +major release, which is followed by "feature freeze" and the beginning of the +beta period. A +"CommitFest Manager" +manages a CommitFest and has responsibilities to help manage the list of +patches. + +Anyone can participate in a CommitFest and it is a great way to get started +contributing to PostgreSQL. You can submit a patch to be included in a +CommitFest, sign up to review a patch, or become a CommitFest Manager +(though CommitFest Managers tend to have some level of experience in the +community).

Google Summer of Code Program