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

About us #46

Open
Caballerog opened this issue Jun 23, 2020 · 4 comments
Open

About us #46

Caballerog opened this issue Jun 23, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Caballerog
Copy link
Member

Is your feature request related to a problem? Please describe.
A page in which you can find information about the contributors in this project

Describe the solution you'd like
A simple page in which you can find information about the contributors. You can read the information about the contributors from GitHub API.

@Caballerog Caballerog added the enhancement New feature or request label Jun 23, 2020
@Caballerog Caballerog added this to the 1.0 milestone Jun 23, 2020
@Caballerog Caballerog self-assigned this Jun 23, 2020
@NyaGarcia NyaGarcia self-assigned this Jun 25, 2020
@NyaGarcia
Copy link
Member

I'm on it!

@SergioTribaldos
Copy link

I was playing around with the GitHub API, so to get the commits from the project I used this:
http.get("https://api.github.com/repos/{user}/{repository}/commits", {headers: {"Authorization": "Bearer {auth token}"}}) . It may be helpful

@NyaGarcia
Copy link
Member

Thanks @SergioTribaldos :) I'm using the GitHub API to obtain the project's contributors, like so:
https://api.github.com/repos/voidcosmos/angular-communities/contributors

This way, we can publicly acknowledge and thank everyone who has contributed to Angular-Communities :D

@juanri0s
Copy link

juanri0s commented Jul 1, 2020

Hi,

Would https://allcontributors.org/docs/en/bot/overview be something to look into for the project/this issue? Some of the opensource projects I work on use it.

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

No branches or pull requests

4 participants