File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Finally (and most importantly) identify actions to move the score upward.
85
85
* It keeps us aligned and working well as a team.
86
86
* It helps us share and resolve impediments.
87
87
* All our code is stored in source control (e.g. git).
88
- * We practice [ trunk-based development] ( https://trunkbaseddevelopment.com/ ) using short-lived feature branches off master .
88
+ * We practice [ trunk-based development] ( https://trunkbaseddevelopment.com/ ) using short-lived feature branches off the main branch .
89
89
* All code must be reviewed before it is merged.
90
90
* Tests must pass before code is merged.
91
91
* We can see when the build has broken or tests are failing and we fix them before carrying on.
You can’t perform that action at this time.
0 commit comments