Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for named teams #52

Open
jooaodanieel opened this issue Jul 8, 2022 · 1 comment
Open

Support for named teams #52

jooaodanieel opened this issue Jul 8, 2022 · 1 comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@jooaodanieel
Copy link
Owner

jooaodanieel commented Jul 8, 2022

It would be nice to use pre-defined named teams that translate to a set of people.

For exemple, with this gcommit.conf.json

{
  "team": [
    {
      "name": "Alfred Billard",
      "email": "[email protected]",
      "tag": "AB"
    },
    {
      "name": "Chad Delligan",
      "email": "[email protected]",
      "tag": "CD"
    }
  ],
  "format": "GCommit/GitHub",
+ "namedTeams": {
+   "frontend": [ "AB", "CD" ]
+ }
}

when running the following

git gcommit frontend

would work as

git gcommit AB CD

generating


Co-authored-by: Alfred Billard <[email protected]>
Co-authored-by: Chad Delligan <[email protected]>

note: don't forget to update README accodingly 🚀

@jooaodanieel jooaodanieel added enhancement New feature or request hacktoberfest labels Jul 8, 2022
@jooaodanieel jooaodanieel added this to the hacktoberfest-2022 milestone Jul 8, 2022
@jooaodanieel jooaodanieel added the help wanted Extra attention is needed label Sep 27, 2022
@jooaodanieel jooaodanieel changed the title Named teams Support for named teams Sep 27, 2022
@doriancodes
Copy link
Contributor

I would like to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants