Re: Add tag/category to the commitfest app

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add tag/category to the commitfest app
Date: 2022-02-09 14:29:01
Message-ID: 20220209142901.z4qdjlt4ncu5ds4q@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 09, 2022 at 03:14:30PM +0100, Daniel Gustafsson wrote:
> > On 8 Feb 2022, at 03:10, Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote:
>
> > I was thinking that we could add a tag system, probably with some limited
> > predefined tags, to address that problem.
> >
> > Do you think it's worth adding, or do you have a better idea to help newer
> > contributors?
>
> We already have the categories for patches, not sure that a second level would
> be all that helpful.

Yes, but those categories are quite orthogonal to the problem of finding a patch
suitable for a new contributor or attract attention of other groups of people.

Note that those tags wouldn't be a sub category, just a parallel thing where a
patch could have 0, 1 or n predefined tags, with the search bar allowing easy
access to the combination you want.

> I still think that adding an abstract/description field
> as discussed in 3C53E8AA-B53F-43C2-B3C6-FA71E18A462C(at)yesql(dot)se would be helpful
> but I haven't had time to work on that.

Agreed, but it doesn't seem to help apart from being a good indication that
this is likely not a good choice for a new contributor.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dong Wook Lee 2022-02-09 14:33:47 Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c)
Previous Message Bruce Momjian 2022-02-09 14:18:57 Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints