Skip to content

Commit ec01a69

Browse files
author
Sravan S
authored
chore: Change Trunk-Based Development to Scaled (#696)
I wrote Trunk-Based Development before, but in strict sense, everyone commit directly to trunk in this method. Scaled Trunk-Based Development is more apt to describe our flow. Scaled Trunk-Based Development is best done with short-lived feature branches: one person over a couple of days (max) and flowing through Pull-Request style code-review & build automation before "integrating" (merging) into main
1 parent 0f000f5 commit ec01a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## For Internal Contributors
22

3-
* Follow the trunk workflow(https://trunkbaseddevelopment.com/)
3+
* Follow the Scaled Trunk-Based Development workflow(https://trunkbaseddevelopment.com/)
44
* Branch naming format -> `{type}/TICKET_ID/description`
55
* Where type = `feat` / `feature` / `fix` / `chore` / `doc` / `release`
66
* Always receive PR review approvals

0 commit comments

Comments
 (0)