We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c7d7a commit 001f5faCopy full SHA for 001f5fa
1 file changed
insights/review.md
@@ -85,7 +85,7 @@ Finally (and most importantly) identify actions to move the score upward.
85
* It keeps us aligned and working well as a team.
86
* It helps us share and resolve impediments.
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.
+ * We practice [trunk-based development](https://trunkbaseddevelopment.com/) using short-lived feature branches off the main branch.
89
* All code must be reviewed before it is merged.
90
* Tests must pass before code is merged.
91
* We can see when the build has broken or tests are failing and we fix them before carrying on.
0 commit comments