Goal
Track the upstream Input Leap repo so cherry-picks for Phase 2 are straightforward and we can monitor upstream activity.
Steps
Acceptance criteria
Notes
This is a local config step only — no commit needed. The CONTRIBUTING.md entry is the deliverable that lands in the repo.
Goal
Track the upstream Input Leap repo so cherry-picks for Phase 2 are straightforward and we can monitor upstream activity.
Steps
git remote add upstream git@github.com:input-leap/input-leap.gitgit fetch upstreamgit log upstream/master --oneline -5shows current upstream historyCONTRIBUTING.md(fetch upstream, do not merge into main)Acceptance criteria
upstreamremote present in local cloneNotes
This is a local config step only — no commit needed. The CONTRIBUTING.md entry is the deliverable that lands in the repo.