-
-
Notifications
You must be signed in to change notification settings - Fork 373
Managing Authors/Contributors with Rever #1185
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
Conversation
Saransh-cpp
left a comment
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.
Why not use the all contributors bot? Remember, contributions to a project are not always in the form of commits, and we should be acknowledging all types of contributions. Also, this adds additional files to the root Zarr repository which looks redundant at first glance.
Hi @Saransh-cpp, thanks for the tip. Actually the goal is to use rever to automate releases. While automating releases, it could handle contributors list too. I will check to see if it acknowledges all types of contributions. Regarding the files, we could reduce the number of files. |
Saransh-cpp
left a comment
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.
This was in my GitHub's "review request" PR list, cleaning that up today 🙂
I don't really think a review is required from me here, but please ping me again if it is!
|
This has unfortunately gone stale. Will it be revived or should we close this? |
|
Closing this out as stale. Feel free to reopen if there is interest in picking this up. |
This PR contains setup with rever to manage authors and contributors.
@joshmoore and @MSanKeys963
To use rever to manage contributors.
authors activity has been configured in rever.xsh to track contributors.
run
rever setupin root directory. This will create a AUTHORS file containing the names of all contributors,.mailmapfile that contains the name of contributors mapped to their mail and .authors.yml file containing metadata about authors contribution.TODO: