├── .gitbook └── assets │ ├── deploy-different-release-repository (1).svg │ ├── deploy-different-release-repository.svg │ ├── deploy-same-site-repository (1).svg │ ├── deploy-same-site-repository.svg │ ├── languages (1).jpg │ ├── languages.jpg │ ├── workflows (1).jpg │ ├── workflows.jpg │ ├── wpengine-environment-settings-ssh-deploy-keys.png │ ├── wpengine-site-environments.png │ └── wpengine-user-profile-ssh-key-add.png ├── README.md ├── SUMMARY.md ├── languages ├── README.md ├── css.md ├── js │ ├── README.md │ ├── react.md │ └── vue.md ├── markup.md └── php.md ├── migrations.md ├── structure.md ├── tools.md └── workflows ├── README.md ├── agile-scrum.md ├── automated-testing.md ├── code-review.md ├── deployments.md ├── quality-assurance.md └── vcs.md /.gitbook/assets/deploy-different-release-repository (1).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/deploy-different-release-repository (1).svg -------------------------------------------------------------------------------- /.gitbook/assets/deploy-different-release-repository.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/deploy-different-release-repository.svg -------------------------------------------------------------------------------- /.gitbook/assets/deploy-same-site-repository (1).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/deploy-same-site-repository (1).svg -------------------------------------------------------------------------------- /.gitbook/assets/deploy-same-site-repository.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/deploy-same-site-repository.svg -------------------------------------------------------------------------------- /.gitbook/assets/languages (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/languages (1).jpg -------------------------------------------------------------------------------- /.gitbook/assets/languages.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/languages.jpg -------------------------------------------------------------------------------- /.gitbook/assets/workflows (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/workflows (1).jpg -------------------------------------------------------------------------------- /.gitbook/assets/workflows.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/workflows.jpg -------------------------------------------------------------------------------- /.gitbook/assets/wpengine-environment-settings-ssh-deploy-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/wpengine-environment-settings-ssh-deploy-keys.png -------------------------------------------------------------------------------- /.gitbook/assets/wpengine-site-environments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/wpengine-site-environments.png -------------------------------------------------------------------------------- /.gitbook/assets/wpengine-user-profile-ssh-key-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/.gitbook/assets/wpengine-user-profile-ssh-key-add.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /languages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/languages/README.md -------------------------------------------------------------------------------- /languages/css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/languages/css.md -------------------------------------------------------------------------------- /languages/js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/languages/js/README.md -------------------------------------------------------------------------------- /languages/js/react.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/languages/js/react.md -------------------------------------------------------------------------------- /languages/js/vue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/languages/js/vue.md -------------------------------------------------------------------------------- /languages/markup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/languages/markup.md -------------------------------------------------------------------------------- /languages/php.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/languages/php.md -------------------------------------------------------------------------------- /migrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/migrations.md -------------------------------------------------------------------------------- /structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/structure.md -------------------------------------------------------------------------------- /tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/tools.md -------------------------------------------------------------------------------- /workflows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/workflows/README.md -------------------------------------------------------------------------------- /workflows/agile-scrum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/workflows/agile-scrum.md -------------------------------------------------------------------------------- /workflows/automated-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/workflows/automated-testing.md -------------------------------------------------------------------------------- /workflows/code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/workflows/code-review.md -------------------------------------------------------------------------------- /workflows/deployments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/workflows/deployments.md -------------------------------------------------------------------------------- /workflows/quality-assurance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/workflows/quality-assurance.md -------------------------------------------------------------------------------- /workflows/vcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xwp/engineering-best-practices/HEAD/workflows/vcs.md --------------------------------------------------------------------------------