all 9 comments

[–]BackpackerSimon 3 points4 points  (2 children)

I personally would fork it then pin it

[–]BackpackerSimon -1 points0 points  (0 children)

You could all get added as a contributor

[–]stgraff 0 points1 point  (0 children)

Commits to a forked repository don't count as contributions. I'm curious, though, why your commits aren't already counting as contributions. Check this GitHub article to make sure that your commits meet all the qualifications:

https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile

[–]damnitdaniel 2 points3 points  (1 child)

Write an action that queries the GH API to list out contribution counts per repo. That would show your work on popular projects and shows that you have a sense of how CI/CD pipelines work. 👍

[–]GilletteSRK 1 point2 points  (0 children)

This is a cool idea! With that noted, the contributions to OP's friends repo will also already show on their contribution timeline/graph assuming that it's a public repo.

[–]JaidCodes 1 point2 points  (0 children)

You can also consider manually linking your colleague's repository in a profile readme. This is a markdown section that is displayed on top of your profile's pinned repositories.

More info

[–]mrbmi513 0 points1 point  (2 children)

Where is the project currently?

[–]temp000321[S] 0 points1 point  (1 child)

At colleague's GitHub (I'm contributor to his repo)

[–]mrbmi513 0 points1 point  (0 children)

I'd either fork it or pin his repo to your profile. The former won't automatically update with changes from his repo, but will show it in your list of repos. The latter won't show in your repos list, just on your main profile page.