Re: [core-workflow] Prefix GitHub labels to group them?

2017-05-27 Thread Brett Cannon
I have gone ahead and added appropriate prefixes. Thanks for the feedback everyone! On Fri, 26 May 2017 at 17:52 Guido van Rossum wrote: > We have such a convention in mypy too. GitHub.com/python/mypy/labels. > > > On May 26, 2017 5:34 PM, wrote: > > coala uses full word prefixes for type, size

Re: [core-workflow] Prefix GitHub labels to group them?

2017-05-26 Thread Guido van Rossum
We have such a convention in mypy too. GitHub.com/python/mypy/labels. On May 26, 2017 5:34 PM, wrote: coala uses full word prefixes for type, size, importance, and difficulty. https://github.com/coala/coala/labels And has a bot that auto labels when the suffixes are used in the issue/PR messag

Re: [core-workflow] Prefix GitHub labels to group them?

2017-05-26 Thread jayvdb
coala uses full word prefixes for type, size, importance, and difficulty. https://github.com/coala/coala/labels And has a bot that auto labels when the suffixes are used in the issue/PR message. On Sat, 27 May 2017 05:48 Usman Ehtesham wrote: > My vote is on full word prefixes (small words whe

Re: [core-workflow] Prefix GitHub labels to group them?

2017-05-26 Thread Usman Ehtesham
Maybe the prefixes can be similar to how Falcon uses types in its commit messages: https://github.com/falconry/falcon/blob/master/CONTRIBUTING.md#type > On May 26, 2017, at 5:36 PM, Brett Cannon wrote: > > Something the Rust

Re: [core-workflow] Prefix GitHub labels to group them?

2017-05-26 Thread Usman Ehtesham
My vote is on full word prefixes (small words where and when possible) > On May 26, 2017, at 5:36 PM, Brett Cannon wrote: > > Something the Rust project does is prefix all their labels with a single > letter to have alphabetical sorting keep similar labels together. For > instance, using the "

[core-workflow] Prefix GitHub labels to group them?

2017-05-26 Thread Brett Cannon
Something the Rust project does is prefix all their labels with a single letter to have alphabetical sorting keep similar labels together. For instance, using the "T - " prefix to group all type-related label like bugfix, enhancement, etc. This is all done to make it easy to find all labels for a c