-
Notifications
You must be signed in to change notification settings - Fork 422
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
Contributors List #1525
Contributors List #1525
Conversation
It's failing because of something generating the documentation, but it's not something I changed, so I'm not sure what's up. I tried to get sphinx running locally, but couldn't get it working ( |
This maybe should close #383 as well. |
Pre-release doc build is known to fail right now (no way to mark a GitHub Action check as such) so that's not a worry. I'm not sure I want contributors to really need to deal with this--it just seems like another hurdle. What I'd really like to do is, as part of the doc build process, generate the list automatically and have it included as a thanks page in the docs. Feel up to that? |
Maybe?? I'm trying to figure how to do this without getting lost in "yak shaving"... |
Hi @dopplershift I may get to this, but it's on my "sometime" list... (i.e. it's not scheduled, and I really have no idea when it might happen) |
Using `git log --format='%aN' | sort -uf`
31b5e06
to
d5a331c
Compare
Description Of Changes
Further to #1522, this updates the list of contributors to date. I've also added myself to this list, in anticipation of this being merged.
Checklist
Further Notes
I supposed this could be automated in the future, but I haven't dug into the CI pipeline to figure out what would be needed to make that happen.
For future reference, the base data can be pulled from Git:
It might make sense to add a note to
CONTRIBUTING.md
to add your name to this list, but I don't see an obvious place to do so.Hope this is helpful!