Project_name Client project for client_name. #private_slack |
|
PM: project_manager, Lead Engineer: Lead_engineer. |
- Client: client_name
- Slack Channel: #private_slack
- Team
- Hosting
- Development Process
- project_manager, Project Manager
- Lead_engineer, Lead Engineer
- other_engineer
- client_team
Project_name will be hosted on WordPress.com VIP Classic.
Development of the site is done by pushing to the relevant branches of this repo:
- Staging site (
staging_domain.com
) - deployed via thestaging
branch. - Production site (
production_domain.com
) - deployed via themaster
branch.
The development process follows the standard Human Made development process.
Here's a quick summary:
- Assign issues you're working on to yourself.
- Work on a branch per issue, something like
name-of-feature
. One branch per feature/bug, please. - File a PR early so it can be used for tracking progress.
- When you're finished, mark the PR for review by labelling with "Review & Merge".
- Get someone to review your code, and assign to them; if no one is around, the project lead (Lead_engineer) can review.
In addition, your code must meet the WordPress.com VIP coding standards. All code is reviewed by VIP before being pushed to production.