-
Notifications
You must be signed in to change notification settings - Fork 321
Add graydon to a initial-designer
marker team
#1672
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
base: master
Are you sure you want to change the base?
Conversation
Triage: I think the problem is that #council > Adding Graydon Hoare to an `initial-designer` marker team @ 💬
I think? |
I think this is largely blocked in that it has no effect, and thus probably isn't worth merging right now. It's maybe a larger questions of whether or not we want to publicly have archived teams appear on the website, or whether or not to have a consolidated alumni page, or any other kind of organization. We also don't show any marker teams, which would also be a blocker here (and generally I would prefer to avoid use of marker teams like this). I would also note that an alternate approach here would be to just add him as an alumni to another team, like core. If the intent is mainly to manage the website, then I think the council's stance has largely been that we want to delegate ownership of that to the @rust-lang/website team. If they want to figure out some way to better highlight past members and archived teams, I don't think that really needs our involvement. (There's maybe a minor concern that some people specifically don't want to be acknowledged. Probably not the case here, but something to be aware of if extending it more broadly.) |
We do actually! Since ~2 months ago or something, marker teams with a website entry are now shown on the webpage. Regarding Graydon, I would perhaps just hardcode him on the web. But having a dedicated alumni/archived team page would also be great. |
rust-lang/www.rust-lang.org#2202 adds archived teams to the Rust website. |
members = [] | ||
alumni = [ | ||
"graydon", | ||
] |
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.
To be shown on the website properly, this should have a website entry:
I'd suggest:
[website]
name = "Initial designer"
description = "Graydon Hoare envisioned and created Rust"
weight = 1000
The weight will put him into the first place on the archived teams page.
This commit adds graydon hoare to a dedicated
initial-designer
marker team alumni to give credit to their initial contributionscc #319