Point remaining fork URLs at the canonical Fallout-build/Fallout repo#427
Merged
Conversation
A handful of links still referenced the personal fork ChrisonSimtian/Fallout (issues disabled there), left over from before the repo moved into the Fallout-build org. Repoint them at the canonical repo: - .github/ISSUE_TEMPLATE/user_story.yml — contribution-guidelines links - CHANGELOG.md — releases-page pointer + historical issue/PR/milestone links that 404'd against the fork Source-of-truth (Constants.FalloutOwner, the tool generator, and tool .json $schema URLs) was already corrected on main; the 61 *.Generated.cs files still carry the old URL and pick up the fix at the next GenerateTools regeneration (per the "regenerate once per release" rule), so they're intentionally left. Legitimate non-Fallout references are preserved: the @ChrisonSimtian release reviewer, the separate ChrisonSimtian/vs-solutionpersistence vendored fork, and the maintainer's GitHub Sponsors handle/badge. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Problem
A few links still pointed at the personal fork
ChrisonSimtian/Fallout(which has issues disabled), left over from before the repo moved into theFallout-buildorg. The historical CHANGELOG issue/PR links 404'd against the fork, and the issue-template contribution links sent contributors to the wrong place.Change
Repoint
ChrisonSimtian/Fallout→Fallout-build/Falloutin the only two authored files where it remained:.github/ISSUE_TEMPLATE/user_story.yml— contribution-guidelines linksCHANGELOG.md— releases-page pointer + historical issue/PR/milestone linksDeliberately not touched
*.Generated.cs(61 files) — the source-of-truth (Constants.FalloutOwner, the tool generator, tool.json$schemaURLs) is already correct onmain; these stale generated files pick up the fix at the nextGenerateToolsrun, per the "regenerate once per release" rule.@ChrisonSimtianrelease reviewer, the separateChrisonSimtian/vs-solutionpersistencevendored fork, and the maintainer's GitHub Sponsors handle/badge.Non-breaking (docs/CI metadata only).
🤖 Generated with Claude Code