This repo is for EXAMPLE_REPO_NAME, powered by WordPress.
- git is initialized in the
wp-content
directory - The main
themes
,plugins
, andmu-plugins
directories are ignored - Project-relevant themes and plugins that must be tracked are added as exceptions to the
.gitignore
file
- Make your fix in a new branch.
- Merge your
fix/
branch into thedevelop
branch and test on the staging site. - If all looks good, make a PR and merge from your fix branch into
trunk
.
NOTE: While PRs are not required to be manually reviewed, we are happy to review any PR for any reason. Please ping us in Slack with a link to the PR.
- Prior to launch, during development, pushing to the
trunk
branch will automatically deploy to the in-progress site at EXAMPLE_REPO_PROD_URL - Once this project is launched, pushing to the
trunk
branch will be reviewed and deployed to the production site by a member of the Special Projects Team (see GitHub workflow above) - A new dev/staging site will then be created and pushing to the
develop
branch will then automatically deploy that dev/staging site