Skip to main content
The contributor bootstrap script configures two remotes:
  • origin: your fork, where you push
  • upstream: ringlyra-hq/ringlyra, where new commits land
If you cloned ringlyra-hq/ringlyra directly instead of your fork, run this once inside the devcontainer after it boots:
To pull in upstream changes:
Check your remotes any time with:
You should see:
Always push feature branches to origin (your fork), then open a pull request against ringlyra-hq/ringlyra:main. Never push directly to upstream.