Skip to content

Fix contributor-ladder PR template links using @me - #440

Open
magic-peach wants to merge 1 commit into
cilium:mainfrom
magic-peach:fix/pr-template-me-links
Open

Fix contributor-ladder PR template links using @me#440
magic-peach wants to merge 1 commit into
cilium:mainfrom
magic-peach:fix/pr-template-me-links

Conversation

@magic-peach

Copy link
Copy Markdown

Why

This repo's only PR template is the contributor-ladder one, which does not fit a fix to the template itself, so using a plain description here instead of forcing that template's fields.

Fixes #309: the contributor-ladder PR template's "your PRs/issues" links use author:@me and reviewed-by:@me, which GitHub resolves relative to whoever clicks the link. That works for the applicant while drafting the PR, but once a reviewer clicks the same link later, it shows the reviewer's own issues and PRs instead of the applicant's.

What changed

Replaced @me with a REPLACE-ME placeholder in the three search links, plus a one-line instruction telling the contributor to substitute their username before submitting, matching the fix the issue itself suggested.

@magic-peach
magic-peach requested a review from a team as a code owner September 9, 2026 18:16

@joestringer joestringer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@joestringer
joestringer enabled auto-merge (rebase) September 9, 2026 19:12
@pchaigno

pchaigno commented Sep 9, 2026

Copy link
Copy Markdown
Member

If we can, we should probably avoid the @me in the commit description or the person holding that GitHub account will receive notifications every time someone pushes this commit to their fork.

Links built with author:me and reviewed-by:me resolve relative to
whoever clicks them, so they show the reviewer's own contributions
instead of the applicant's once someone else opens the PR. Replaced
the me alias with a REPLACE-ME placeholder the contributor swaps in
first.

Signed-off-by: Akanksha Trehun <akankshatrehun@gmail.com>
auto-merge was automatically disabled September 10, 2026 03:45

Head branch was pushed to by a user without write access

@magic-peach
magic-peach force-pushed the fix/pr-template-me-links branch from 87940be to 42a8c3d Compare September 10, 2026 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix template links for links to PRs

3 participants