TODO:
Channels where we receive input
How we choose work to be done
UX design
UI design
Jira
Sprint planning
…and everything else leading up to…
After a developer is assigned a Jira task, they begin work.
Using the type
from Conventional Commits, decide what the primary type of work is, such as feat
for a new feature
|
Ensure that the main
branch in your cloned fork is up to date
The
|
With an example Jira task FORMS-1234
that is a new feat
, create a branch off your main
with a name like feat/1234-new-map-component
You can name the branch anything you want, but:
|
Crank out some code and tests (or tests and code, if you like TDD) and whatever docs are needed
This is a test
These are some notes |
This is a second test
These are the details |
This is a third test