This is a child theme, which uses Neve as the parent.
We use an automated Git based release process. This means that as commits are merged into the repository we will deploy them automatically.
There are three important branches:
mainthe default branch, all features PRs will merge into this branchstagingbranch deploys to Stagingproductionbranch deploys to Production
Contributor Workflow
- Developer raises from their feature branch PR against the repository.
- Reviewed by project maintainers
- (Optional) For design changes, a designer working on the feature must review on staging
- Once approval is received, the owning developer merges their PR into the default branch
- An admin user manually merges a Release PR into the production branch.