View on GitHub

Migrating to Git and GitHub

Flows and Branching models

MCP Developer’s Workflow

A story of too much work and no play, which makes Jack a dull boy.

Steps

  1. Take items from JIRA
  2. Work on them
  3. Done: submit for review
  4. TL gives feedback
  5. Merged. PR closed. Finished.

1. Take items from JIRA

2. Work on them

3. Done: submit for review

4. TL gives feedback

5. Merged. PR closed. Finished.

General advice

When working on stories think of the full picture, it is usually a good idea to think of the overall design, the user experience and the complete workflow.

When working on bugs, it is usually better to keep changes to a minimum. (Unless the bug comes from a design issue.)