Skip to content

Workflows

Un.titled edited this page Jun 15, 2023 · 1 revision

Dev Workflow

  1. Naming conventions

    • Git Tags: YYYY-MM-DD--[JIRA ticket ID // succinct description]
    • Feature branches:
      • If working from a single ticket: [JIRA ticket ID]
      • If working from multiple tickets: [JIRA Epic ID]
  2. New projects

    • Work on dev environment & master branch
  3. Existing projects

    • Create a new 'Multidev' env & branch on Pantheon
    • Only merge to master when the work is completed & ready for deployment
Clone this wiki locally