-
Notifications
You must be signed in to change notification settings - Fork 8
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
Explore & implement options how to show contributors on sktime presence #36
Comments
I really like this idea. Have you seen the fast api's people page https://fastapi.tiangolo.com/fastapi-people/? Might be worth checking it out as inspiration since it is quite nicely organized. |
@lmmentel Thank you for suggestion, I like how it's organised on their page! I'd maybe have less categories but I think having it as a separate page on .org site is a great option. Do you know how they created that page? |
I think I can piece together the wokrflow. FYI they are using mkdocs not sphinx but it shouldn't be that big of a difference. As far as I understand here is the process:
|
Thank you for breaking it down, Łukasz! |
No worries, let me know if there's anything I can help with. |
action GB: post this in core-devs channel and create a vote |
Based on the results of the poll, majority's decision are options 2 and 4. Added issues sktime/sktime#3716 and sktime/sktime#3717 |
Nov 8: issues created track until closed |
Option 1. Paste an image generated by contrib.rocks
PRO: avatars are organised by total amount of contribution, easy to introduce, especially on the .org
con: doesn't show recently active and new contributors, GitHub handles, type of contribution
Option 2. Add a hall-of-fame widget
PRO: shows recently active and new contributors, GitHub handles
con: doesn't show type of contribution, shows only 7 at a time
Option 3. Make the contributors.md more visible.
PRO: shows all contributors in alphabetical order, type of contribution, GitHub handle
con: doesn't show recently active and new contributors
Option 4. Create a separate sections like on fastapi page
PRO: shows contributors in herarchical order, GitHub hanlde, N of PRs, different groups of contributors
con: doesn't show type of contribution, unclear how that list is generated (manually updated?)
My suggestion is to
paste the contributors.md generated image on the landing page of sktime.org, and introduce hall-of-fame in GitHub readme.
The text was updated successfully, but these errors were encountered: