docs: update CONTRIBUTING.md repo references after nanocoai migration#2400
Merged
Merged
Conversation
glifocat
approved these changes
May 10, 2026
glifocat
left a comment
Collaborator
There was a problem hiding this comment.
LGTM. Clean, correctly scoped — three qwibitai/nanoclaw → nanocoai/nanoclaw repo-ref fixes in CONTRIBUTING.md, no behavior changes, no other files touched. Matches the canonical repo name post-rename. Ready to merge.
Collaborator
|
Thanks @dvirarad, and welcome! Clean PR, well scoped, and good instinct to flag the broader sweep separately rather than bundling everything in. Merging now, hope to see more from you! |
This was referenced May 11, 2026
zenmindhacker
pushed a commit
to zenmindhacker/nanoclaw
that referenced
this pull request
May 26, 2026
…repo-urls docs: update CONTRIBUTING.md repo references after nanocoai migration
tamasPetki
pushed a commit
to tamasPetki/nanoclaw
that referenced
this pull request
Jun 4, 2026
…repo-urls docs: update CONTRIBUTING.md repo references after nanocoai migration
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.
The CONTRIBUTING.md "Before You Start" example commands and the feature-skill fork instructions still point to the pre-migration
qwibitai/nanoclawURL. Updating three references tonanocoai/nanoclawso new contributors copy-pasting the exampleghcommands hit the live repo directly instead of relying on GitHub's redirect.Changes
Three string replacements in
CONTRIBUTING.md:gh pr list --repo qwibitai/nanoclaw ...→nanocoai/nanoclawgh issue list --repo qwibitai/nanoclaw ...→nanocoai/nanoclawFork \qwibitai/nanoclaw` and branch from `main`→nanocoai/nanoclaw`Scope note
A repo-wide code search finds ~25 files with
qwibitai/nanoclawreferences (README, CHANGELOG, docs, container/agent-runner code, several skill SKILL.md files). Per the "one thing per PR" rule in CONTRIBUTING.md itself, this PR is intentionally limited to the contributing guide — the place where a stale URL most directly impacts new contributors. Happy to follow up with separate focused PRs (or a single coordinated sweep) for the rest if maintainers prefer.