Skip to content

chore: point issue-template links at the org-owned repo URL - #200

Merged
qiuethan merged 1 commit into
stagingfrom
chore/update-repo-urls-after-transfer
Aug 16, 2026
Merged

chore: point issue-template links at the org-owned repo URL#200
qiuethan merged 1 commit into
stagingfrom
chore/update-repo-urls-after-transfer

Conversation

@qiuethan

Copy link
Copy Markdown
Collaborator

What

The repo moved from qiuethan/Misty to UTMIST/Misty. The three contact_links in .github/ISSUE_TEMPLATE/config.yml still carried the old owner — this swaps them to UTMIST.

Only the owner segment changed. The branch (staging) and doc paths are untouched, and all three targets exist:

  • docs/DEVELOPMENT.md
  • docs/ARCHITECTURE.md
  • docs/RAILWAY-DEPLOYMENT.md

Why 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/Misty is 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/CODEOWNERS still lists @qiuethan on 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.
  • Value-only YAML edit; no structural or formatting change.

🤖 Generated with Claude Code

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>
@qiuethan
qiuethan merged commit 6ea87c0 into staging Aug 16, 2026
13 checks passed
@qiuethan
qiuethan deleted the chore/update-repo-urls-after-transfer branch August 16, 2026 22:23
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.

1 participant