docs(contributing): document fork-based contributions - #35
Merged
Conversation
Now that no-mistakes v1.30.1 supports fork routing, contributors can clone the parent (or set origin to it), run no-mistakes init --fork-url <their fork>, and the gate pushes to their fork and opens the PR against the parent. Notes the v1.30.1 minimum for fork routing.
Owner
Author
|
thanks for this. quick process note - i only merge changes that come through no-mistakes itself, so the "PR must be raised via no-mistakes" check is red here because this was opened directly. can you re-raise it through no-mistakes? run the pipeline on your branch and it'll open/update the PR through the gate, which turns that check green and makes it mergeable. the change looks useful, it just needs to come through the pipeline so it stays consistent with everything else. ping me if the setup gives you trouble. |
4 tasks
vipentti
pushed a commit
to vipentti/firstmate
that referenced
this pull request
Aug 5, 2026
Now that no-mistakes v1.30.1 supports fork routing, contributors can clone the parent (or set origin to it), run no-mistakes init --fork-url <their fork>, and the gate pushes to their fork and opens the PR against the parent. Notes the v1.30.1 minimum for fork routing.
This was referenced Aug 7, 2026
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.
Document fork-based contributions now that no-mistakes v1.30.1 supports fork routing: clone the parent (or set
originback to it), runno-mistakes init --fork-url <your fork>, and the gate pushes to your fork and opens the PR against the parent. Docs-only; raised as a direct PR (no pipeline).