cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Add cake-contrib contributors #225

Closed pascalberger closed 11 months ago

pascalberger commented 11 months ago

It would be nice to have the contributors to cake-contrib repositories also added to contributors files.

Jericho commented 11 months ago

No problem.

By the way, would it be beneficial to include the list of repos a given GitHub user has contributed to in the JSON and YAML files? Something like this:

 {
    "Name": "pascalberger",
    "AvatarUrl": "https://avatars.githubusercontent.com/u/2190718?v=4",
    "HtmlUrl": "https://github.com/pascalberger",
    "Repos": [
      "cake-build/cake",
      "cake-build/graphics",
      "cake-build/website",
      "cake-build/cake-vso",
      "cake-build/resources",
      "cake-build/cake-rider",
      "cake-build/processes",
pascalberger commented 11 months ago

While we probably don't will use information currently, it can't harm to add this information. I can see possible future features we can implement, like for example listing contributors on addin extension page.

Jericho commented 11 months ago

This enhancement is being published today.