Development
Git
Flow
Commit Messages
All commit messages must abide by the Conventional Commits specification.
This is enforced by running commitlint as a pre-commit hook using lefthook.
Branches
Every GitHub branch will have a corresponding Neon branch that can be used for local development.
Read the technical documentation here.
Pull Requests
Space
For every pull request that contains changes to the space
tagged Nx projects, a Google Cloud Run service will be created that uses the same Neon branch that was initially created for local development.
Read the technical documentation here.