| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Ankush Mondal <ankushmondal1y2t(at)gmail(dot)com> |
| Cc: | Amogh Dambal <amoghdambal1(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Begin contribution journey to postgres |
| Date: | 2026-04-11 19:38:41 |
| Message-ID: | 38421.1775936321@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Ankush Mondal <ankushmondal1y2t(at)gmail(dot)com> writes:
> I was wondering if it would be possible for me to start working on some
> beginner-friendly issues or tasks. I’d really appreciate any pointers on
> where to find such issues or how to get started with contributing.
Well, there is a TODO list on our wiki, but sadly it's been nearly
unmaintained for a long time. I wouldn't trust it as a guide to
things that should be done. Moreover, most of the stuff that got onto
that list got there because it was too hard to get done quickly
and/or there wasn't consensus.
The best thing I can think of for a new developer to get started
is to help review some in-progress patches. Even simple things
like "does it pass tests" or "is the documentation intelligible"
are helpful. But your main goal should be to read the patches
and start learning your way around the Postgres code base that way.
We keep track of unapplied patches in our "commit fest" app:
https://commitfest.postgresql.org
Look through the list, select some that fit your interests,
start reading the associated mailing list threads.
BTW, pretty nearly all discussion about PG development happens on
pgsql-hackers. The pgsql-novice list is meant for novice users'
questions, not so much novice developers.
Welcome!
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | lakshmi | 2026-04-13 06:57:08 | Re: Extension - multilingual_fuzzy_match : Multilingual phonetic matching extension for PostgreSQL |
| Previous Message | Ankush Mondal | 2026-04-11 17:56:14 | Re: Begin contribution journey to postgres |