GitHub
Everything that lives under .github/ in the repo and acts on the
monorepo.
Reference pages
- PR templates — the four templates
(default + bugfix / feature / hotfix) and the
?template=URL trick. - Workflows — what each of the four GitHub Actions YAML files does, what triggers each, and how to read their failures.
- Labels — every label in the repo,
with special attention to the two
deploy-preview*ones that drive automation.
DigitalOcean helper scripts
- Create DigitalOcean app — provision a new preview environment manually (when the workflow isn’t appropriate).
- Cleanup DigitalOcean app — tear one down manually.
These are the older sibling pages of the workflow-driven preview lifecycle — useful when the automation isn’t what you want.
Newcomer’s path
If you’ve never opened a PR against this repo, start with Getting started → Your first PR. This zone is the reference you come back to when you need to look something up.
Last updated on