Point the core team link at the people page - #265
Merged
Conversation
✅ Deploy Preview for jade-cajeta-1bcca0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Zethson
force-pushed
the
public-team-links
branch
from
August 23, 2026 19:58
7c12bb3 to
6e57529
Compare
GitHub has no public view of a team, so the two team links on the roles page dropped visitors on a sign-in screen. The team names stay as plain text and the core team now links to the people page, which is the public list; team headings there gained anchors so it can be deep-linked. Core developers have no section on the people page, so that mention is left unlinked. Closes #177 Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
The three e-mail links resolved relative to /join/, so clicking one landed on a 404 instead of opening a mail client. Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
Zethson
force-pushed
the
public-team-links
branch
from
August 23, 2026 20:00
342d6f0 to
158f429
Compare
The sub-roles sentence had a botched edit in it: "depending on the kinds covering different kinds of contributions". The steering council's social account was linked as @scverse on twitter.com; the handle is @scverse_team and the domain is x.com, which the rest of the site already uses. Four core team members have no e-mail in the people data, and the layout rendered an empty <a href="mailto:"></a> for each of them. Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
The /page/dev/ path has been redirecting to /en/stable/dev/ for a while. Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #177.
GitHub has no public view of a team, so
@scverse/coreand@scverse/core-devsdropped visitors on a sign-in screen; the names are now plain text and the core team links to/people/#core-team, with anchors added to the people page headings so it can be deep-linked. The other commits clean up what else was broken on the same pages: the join page e-mail links were missing theirmailto:prefix, the steering council's social link pointed attwitter.com/@scverse(wrong handle, old domain), the people layout emitted an empty<a href="mailto:">for the four members who have no e-mail on file, and the sub-roles sentence had a botched edit in it.