peruanosdev / peruanos.github.io

Listado de las comunidades peruanas.
https://peruanos.dev
31 stars 25 forks source link

Idea: Mostrar lista de contribuidores #15

Closed joelibaceta closed 5 years ago

joelibaceta commented 5 years ago

Podríamos incluir la lista de top contributors del repo, para fomentar los PRs

PeruanosDevWithContributors

Esto se puede hacer consultando al siguiente API sin autenticación: https://api.github.com/repos/peruanosdev/peruanos.github.io/contributors

Resultado:

[
    {
        "login": "hacksy",
        "id": 33564005,
        "node_id": "MDQ6VXNlcjMzNTY0MDA1",
        "avatar_url": "https://avatars1.githubusercontent.com/u/33564005?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/hacksy",
        "html_url": "https://github.com/hacksy",
        "followers_url": "https://api.github.com/users/hacksy/followers",
        "following_url": "https://api.github.com/users/hacksy/following{/other_user}",
        "gists_url": "https://api.github.com/users/hacksy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/hacksy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/hacksy/subscriptions",
        "organizations_url": "https://api.github.com/users/hacksy/orgs",
        "repos_url": "https://api.github.com/users/hacksy/repos",
        "events_url": "https://api.github.com/users/hacksy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/hacksy/received_events",
        "type": "User",
        "site_admin": false,
        "contributions": 15
    },
    ...
]
07Gond commented 5 years ago

👍 a la idea. Sería bueno poder implementarlo creo.

@eporroa @hpneo @hacksy opiniones?

darksy12 commented 5 years ago

Sip, se ve bien

joelibaceta commented 5 years ago

@07Gond @darksy12 ok :) mas tarde mando PR

07Gond commented 5 years ago

@joelibaceta algún update?

joelibaceta commented 5 years ago

@07Gond este PR sigue abierto :c https://github.com/peruanosdev/peruanos.github.io/pull/14

joelibaceta commented 5 years ago

@07Gond :D por fin se impactaron los cambios ahora me pongo a trabajar en esto

ivandevp commented 5 years ago

@joelibaceta sugiero seguir algo un poco más estándar como https://github.com/all-contributors/all-contributors, tiene un CLI y un bot que se puede agregar al workflow para q sea un poco más automatizado.

joelibaceta commented 5 years ago

@ivandevp lo reviso, actualmente ya tenemos un workflow de CI :)

paulotijero commented 5 years ago

@07Gond @joelibaceta existe algún motivo por el que este issue sigue abierto? :thinking: es que me pareció ver estos cambios ya en producción.

joelibaceta commented 5 years ago

@paulotijero es cierto, ahi lo cierro