open-sauced / ai

Discover open-source projects on GitHub relevant to your skills (with ai).
https://opensauced.ai
MIT License
72 stars 30 forks source link

Feature: Integrate allcontributors into the extension #17

Open bdougie opened 1 year ago

bdougie commented 1 year ago

Type of feature

🍕 Feature

Current behavior

https://allcontributors.org/

Suggested solution

Getting insights into contributors on a project would be ideal. Probably last commit or link top3 contributors.

Additional context

No response

Code of Conduct

Contributing Docs

bdougie commented 1 year ago

Another use case, as a user I would like to see quickly who are the most active contributors to a repo and be able to quickly see their profiles.

diivi commented 1 year ago

I have added a request to install the allcontributors bot.

0-vortex commented 1 year ago

I have added a request to install the allcontributors bot.

cc @bdougie but using the bot like this will break our release system - we can integrate it via github actions later on. if that's ok assign this to me for the time being, or block it for #16 please

bdougie commented 1 year ago

We don't have a release system implemented yet. https://github.com/open-sauced/browser-extensions/issues/16

But I don't think we need to install the app to test. Allcontributors are not actively maintained and the goal is to build a better interaction through our extension.

bdougie commented 1 year ago

The approach for this is checking the existence of the .all-contributorsrc.

If that exists, then leverage it to display avatars and emojis to showcase and the type of work. Note, contributions can be blank to show their expertise in the repo as contributor outside the repo. i.e PM or designer.

bdougie commented 1 year ago

Work on this started in our DB. We will eventually expose this api.opensauced.pizza