Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ GitHub Actions and Dependabot are exempt so their automation keeps working, but

## Workflow

1. Fork the repo, then clone the parent repo or set your local `origin` back to the parent (`git@github.com:kunchenguid/firstmate.git`).
1. Fork [`Amplify-Logic/firstmate`](https://github.com/Amplify-Logic/firstmate), then clone the parent repo or set your local `origin` back to the parent (`git@github.com:Amplify-Logic/firstmate.git`).
That fork is this project's canonical home; [`kunchenguid/firstmate`](https://github.com/kunchenguid/firstmate) is the upstream it descends from, declared as `upstream_remote` in `fork-surface.conf`.
2. Create a branch and make your changes.
3. Initialize the gate with your fork as the push target: `no-mistakes init --fork-url git@github.com:<you>/firstmate.git` (firstmate expects **no-mistakes v1.31.2+**; without a fork, plain `no-mistakes init` still works for maintainers with push access).
4. Commit your changes.
Expand Down
Loading