...
Expand | ||
---|---|---|
| ||
|
...
With an example Jira task
FORMS-1234
that is a newfeat
, create a branch off yourmain
with a name likefeat/1234-new-map-component
Expand | ||
---|---|---|
| ||
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 testRun the unit tests using
Terminal
→Run Task...
→Unit Tests
and check the test coverage of your new code
Expand | ||
---|---|---|
| ||
These are some notes |
...
| ||
Test coverage reports appear in:
Refer to the backend unit test documentation for details on:
|
Commit your code with a message like
feat: FORMS-1234 new map component
Expand | ||
---|---|---|
| ||
These are the details |
...
| |
It’s very important… |