You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are we going to approach this? I can think of two possible solutions:
1- Having a constant list of usernames and each time someone contributes to the project we manually add the name to the list and commit the new version of the list to GitHub.
2- Use GitHub APIs and get the list of project contributors.
The first approach is faster to code and deliver but it requires contact maintenance of the list. The second one might take more time and I should check if GitHub has such an API, but it's mostly a write-and-forget solution.
How are we going to approach this? I can think of two possible solutions:
1- Having a constant list of usernames and each time someone contributes to the project we manually add the name to the list and commit the new version of the list to GitHub. 2- Use GitHub APIs and get the list of project contributors.
The first approach is faster to code and deliver but it requires contact maintenance of the list. The second one might take more time and I should check if GitHub has such an API, but it's mostly a write-and-forget solution.
was thinking of second option - with a section displaying new contributors and another section thanking contributors with lots of activity in the past week (with no. of PRs/commits displayed beside their name)
Incentivise PRs, contributions, beta testers by adding a
credits
command which prints the username of all recent contributors/beta testersThe text was updated successfully, but these errors were encountered: