Recognize all contributors and create an AUTHORS file from the Git log ??
https://git-scm.com/docs/git-log
We could start with a list of authors and number of commits.
Examples in the wild:
https://github.com/mruby/mruby/blob/master/AUTHORS
https://contributors.rubyonrails.org/
By default GitHub only shows the top 100 contributors:
https://github.com/apache/sedona/graphs/contributors
Sedona now has about 129 total GitHub contributors.
We should recognize and support all community contributors.
Agree. Let's do it!
https://github.com/apache/sedona/issues/1728
Hey @BDadmehr0 are you interested in working on this issue ?
I think you had a script for something like this ?
Thanks in advance.
Hey @BDadmehr0 are you interested in working on this issue ?
I think you had a script for something like this ?
Thanks in advance.
Yes, I’d be happy to work on this. Based on what was previously mentioned here: https://github.com/SalamLang/Salam/issues/395#issuecomment-2538279907 I can create the file and open a PR for this repo.
Thanks @BDadmehr0 I will now assign you
#1895