-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update design of contributors page #476
Conversation
Signed-off-by: Tushar Saini <s2sharpit@gmail.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello! Everything look good to me, thanks a lot for your contribution @s2sharpit 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add another link for the commit history with the GitHub Icon in the lower part. (It will be easy for someone to see the contributions and will remove unnecessary negative space)
For example, the contributions of mkubdev
can be found here: Contributions of mkubdev
You just need to use the username that is retrieved.
See the steps:
-
Use the following URL:
https://api.github.com/repos/WebXDAO/WebXDAO.github.io/contributors
to retrieve thelogin
value, which represents the username. -
Then, construct the link using the format:
https://github.com/WebXDAO/WebXDAO.github.io/commits?author=<login_value>
to add the commit history link with the corresponding username.
Also, why is Dependabot in the list? I understand that it works hard, but can we exclude bots from the list? 😅
Thank you @Anmol-Baranwal for providing the instructions. I will add the commit history link with the GitHub Icon as requested. This will address the issue I was seeking assistance with, which is obtaining the link to the commit history. Regarding the inclusion of Dependabot in the list, I understand your concern. I will exclude bots from the list to ensure it only displays human contributions. |
Signed-off-by: Tushar Saini <s2sharpit@gmail.com>
Signed-off-by: Tushar Saini <s2sharpit@gmail.com>
I have updated the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that the icon showing commit history is best choice.
Yours is also appropriate, but it was confusing for me when I saw this for the first time. So, I believe that it will definitely be for others as well.
@s2sharpit
What do you think?
Signed-off-by: Tushar Saini <s2sharpit@gmail.com>
Hi @Anmol-Baranwal, I wanted to let you know that I've implemented your suggestion for the icon displaying commit history, and I believe it looks much better now. Thank you for your valuable input! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes. 🚀 Looks good to me.
Hey @vinzvinci @thehashmap @Anmol-Baranwal |
@thehashmap |
Sure |
Related Issue
Closes: #446
Describe the changes you've made
Update contributors page
Type of change
What sort of change have you made:
How Has This Been Tested?
Checklist
Screenshots (if applicable)
Code of Conduct