Workflows - TincanPipPip/Syd-D9 GitHub Wiki
Dev Workflow
-
Naming conventions
- Git Tags:
YYYY-MM-DD--[JIRA ticket ID // succient description]
- Feature branches:
- If working from a single ticket:
[JIRA ticket ID]
- If working from multiple tickets:
[JIRA Epic ID]
- If working from a single ticket:
- Git Tags:
-
New projects
- Work on
dev
environment &master
branch
- Work on
-
Existing projects
- Create a new 'Multidev' env & branch on Pantheon
- Only merge to master when the work is completed & ready for deployment