You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2019/03/01 21:26:53 UTC

[ALL][RFC] Github subjects don't contain the repo name

The [GitHub] messages sent by git@apache.org don't say what repo they relate to.

This make it difficult to know which component is involved.

Sometimes the subject includes a JIRA issue, but many subjects give no clue.

I think it would be would be useful if the repo name was included in
the subject prefix.

For example.
Instead of:

[GitHub] zsoltii opened a new pull request #74: Add new function:
byteCountToDisplayRoundedSize

The subject would be:

[GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
function: byteCountToDisplayRoundedSize

WDYT?

If there is support for this I will raise an Infra enhancement request.

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by Gary Gregory <ga...@gmail.com>.
On Fri, Mar 1, 2019 at 4:27 PM sebb <se...@gmail.com> wrote:

> The [GitHub] messages sent by git@apache.org don't say what repo they
> relate to.
>
> This make it difficult to know which component is involved.
>
> Sometimes the subject includes a JIRA issue, but many subjects give no
> clue.
>
> I think it would be would be useful if the repo name was included in
> the subject prefix.
>
> For example.
> Instead of:
>
> [GitHub] zsoltii opened a new pull request #74: Add new function:
> byteCountToDisplayRoundedSize
>
> The subject would be:
>
> [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> function: byteCountToDisplayRoundedSize
>
> WDYT?
>

+1!

Gary


>
> If there is support for this I will raise an Infra enhancement request.
>
> S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by Paul King <pa...@gmail.com>.
+1

On Sat, Mar 2, 2019 at 7:27 AM sebb <se...@gmail.com> wrote:
>
> The [GitHub] messages sent by git@apache.org don't say what repo they relate to.
>
> This make it difficult to know which component is involved.
>
> Sometimes the subject includes a JIRA issue, but many subjects give no clue.
>
> I think it would be would be useful if the repo name was included in
> the subject prefix.
>
> For example.
> Instead of:
>
> [GitHub] zsoltii opened a new pull request #74: Add new function:
> byteCountToDisplayRoundedSize
>
> The subject would be:
>
> [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> function: byteCountToDisplayRoundedSize
>
> WDYT?
>
> If there is support for this I will raise an Infra enhancement request.
>
> S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by Gilles Sadowski <gi...@gmail.com>.
+1

Le ven. 1 mars 2019 à 22:27, sebb <se...@gmail.com> a écrit :
>
> The [GitHub] messages sent by git@apache.org don't say what repo they relate to.
>
> This make it difficult to know which component is involved.
>
> Sometimes the subject includes a JIRA issue, but many subjects give no clue.
>
> I think it would be would be useful if the repo name was included in
> the subject prefix.
>
> For example.
> Instead of:
>
> [GitHub] zsoltii opened a new pull request #74: Add new function:
> byteCountToDisplayRoundedSize
>
> The subject would be:
>
> [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> function: byteCountToDisplayRoundedSize
>
> WDYT?
>
> If there is support for this I will raise an Infra enhancement request.
>
> S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by sebb <se...@gmail.com>.
On Fri, 1 Mar 2019 at 21:53, Mark Thomas <ma...@apache.org> wrote:
>
> On 01/03/2019 21:26, sebb wrote:
> > The [GitHub] messages sent by git@apache.org don't say what repo they relate to.
> >
> > This make it difficult to know which component is involved.
> >
> > Sometimes the subject includes a JIRA issue, but many subjects give no clue.
> >
> > I think it would be would be useful if the repo name was included in
> > the subject prefix.
> >
> > For example.
> > Instead of:
> >
> > [GitHub] zsoltii opened a new pull request #74: Add new function:
> > byteCountToDisplayRoundedSize
> >
> > The subject would be:
> >
> > [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> > function: byteCountToDisplayRoundedSize
> >
> > WDYT?
>
> Why not
>
> [commons-io] zsoltii opened a new pull request #74: Add new function:
> byteCountToDisplayRoundedSize
>
> to match the format of the commit messages? And to make the subject a
> little shorter.

+1
That would be better.

> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by Pascal Schumacher <pa...@gmx.net>.
Am 01.03.2019 um 22:53 schrieb Mark Thomas:
> Why not
> [commons-io] zsoltii opened a new pull request #74: Add new function:
> byteCountToDisplayRoundedSize
>
> to match the format of the commit messages? And to make the subject a
> little shorter.
+1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by Mark Thomas <ma...@apache.org>.
On 01/03/2019 21:26, sebb wrote:
> The [GitHub] messages sent by git@apache.org don't say what repo they relate to.
> 
> This make it difficult to know which component is involved.
> 
> Sometimes the subject includes a JIRA issue, but many subjects give no clue.
> 
> I think it would be would be useful if the repo name was included in
> the subject prefix.
> 
> For example.
> Instead of:
> 
> [GitHub] zsoltii opened a new pull request #74: Add new function:
> byteCountToDisplayRoundedSize
> 
> The subject would be:
> 
> [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> function: byteCountToDisplayRoundedSize
> 
> WDYT?

Why not

[commons-io] zsoltii opened a new pull request #74: Add new function:
byteCountToDisplayRoundedSize

to match the format of the commit messages? And to make the subject a
little shorter.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by Rob Tompkins <ch...@gmail.com>.

> On Mar 2, 2019, at 3:39 AM, Stefan Bodewig <bo...@apache.org> wrote:
> 
>> On 2019-03-01, sebb wrote:
>> 
>> [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
>> function: byteCountToDisplayRoundedSize
> 
>> WDYT?
> 
> I don't really care for the exact subject as long as the name of the
> repo gets added :-)
> 

I’m with Stefan

+1


> +1
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by sebb <se...@gmail.com>.
This has now been implemented.

Unfortunately Infra did not agree to remove the [GitHub] prefix.

On Sat, 2 Mar 2019 at 09:19, sebb <se...@gmail.com> wrote:
>
> Created https://issues.apache.org/jira/browse/INFRA-17940
>
> On Sat, 2 Mar 2019 at 08:39, Stefan Bodewig <bo...@apache.org> wrote:
> >
> > On 2019-03-01, sebb wrote:
> >
> > > [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> > > function: byteCountToDisplayRoundedSize
> >
> > > WDYT?
> >
> > I don't really care for the exact subject as long as the name of the
> > repo gets added :-)
> >
> > +1
> >
> > Stefan
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by sebb <se...@gmail.com>.
Created https://issues.apache.org/jira/browse/INFRA-17940

On Sat, 2 Mar 2019 at 08:39, Stefan Bodewig <bo...@apache.org> wrote:
>
> On 2019-03-01, sebb wrote:
>
> > [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> > function: byteCountToDisplayRoundedSize
>
> > WDYT?
>
> I don't really care for the exact subject as long as the name of the
> repo gets added :-)
>
> +1
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL][RFC] Github subjects don't contain the repo name

Posted by Stefan Bodewig <bo...@apache.org>.
On 2019-03-01, sebb wrote:

> [GitHub] (commons-io) zsoltii opened a new pull request #74: Add new
> function: byteCountToDisplayRoundedSize

> WDYT?

I don't really care for the exact subject as long as the name of the
repo gets added :-)

+1

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org