chore: point issue-template links at the org-owned repo URL - #200
Merged
Conversation
The repo moved from `qiuethan/Misty` to `UTMIST/Misty`, but the three `contact_links` in the issue-template config still carried the old owner. They resolve today only because GitHub redirects transferred repos — a redirect that disappears if the old name is ever reclaimed by a new repo, which would send someone filing an issue to a stranger's page instead of our onboarding docs. Only the owner segment changed; the branch and doc paths are untouched and all three targets exist at `docs/` on `staging`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
What
The repo moved from
qiuethan/MistytoUTMIST/Misty. The threecontact_linksin.github/ISSUE_TEMPLATE/config.ymlstill carried the old owner — this swaps them toUTMIST.Only the owner segment changed. The branch (
staging) and doc paths are untouched, and all three targets exist:docs/DEVELOPMENT.mddocs/ARCHITECTURE.mddocs/RAILWAY-DEPLOYMENT.mdWhy now
The old links aren't broken today — GitHub redirects transferred repos, so they still land correctly. But that redirect is only alive while nobody reclaims the old name. If a new
qiuethan/Mistyis ever created, these become live links from our issue picker to a stranger's repo, shown to exactly the people who are least equipped to notice: someone about to file their first issue.Scope note
.github/CODEOWNERSstill lists@qiuethanon every line. That's a username mention rather than a repo URL, so the transfer didn't invalidate it and it's deliberately left alone here — reassigning ownership to an org team is a people decision, not a find-and-replace.Verification
grep -ri 'github\.com/qiuethan'over the repo returns nothing after this change.🤖 Generated with Claude Code