Skip to main content

Development process

How do we take ideas through to deployed code.

Managing issues in github projects

We have two github projects for managing our issues:

  • Roadmap - used to plan when epics will be worked on
  • Hub development - used for all issues that the dev team works on

Process flow

Github status reference

StatusSet whenSet by
ReadyIssue added to sprint (sprint label added), or QA sends it backProduct
In ProgressDeveloper starts work and creates a feature branch from devDeveloper
ReviewDeveloper opens a PRDeveloper
Dev TBTPR is merged into dev; release milestone added to the issueDeveloper
Dev QA PassedQA passes the issue on devQA
Staging TBTThe cut is taken and dev is merged into stagingQA
Staging QA PassedQA passes the issue on staging (2nd round)QA
DoneFeature and regression testing complete; staging merged into mainAutomatic

Dependencies

If a change is made to a non-Hub repo which needs to be released at the same time as the Hub release:

  1. Once the PR is merged into dev in the non-hub repo, create a cut PR for merging it into staging.
  2. Add a link to that PR on the cut PR in the Hub repo (create the cut PR first if it doesn't exist yet). Add it as a tick box list so that it can be ticked when it's merged.
  3. When the cut of the hub repo is taken, a release PR will be created for merging the change in the other repo into main. Add a link to that PR on the release PR in the Hub repo.