You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on Jira tickets, we link associated Git PRs and branches to the tickets. Use the following naming convention for branches:
324
333
325
-
`[TICKET #]_short-description`
334
+
All branches use `dev` as their source. All merges to `dev` should be made via [pull request](#pull-requests) and should be approved by application owner(s).
335
+
336
+
When working on Jira tickets, a branch should correspond with a single ticket.
337
+
338
+
When using subtasks, each parent ticket should have its own branch off `dev`, and all subtasks branches should be merged into the parent ticket branch instead of directly to `dev`.
339
+
340
+
Use the following naming convention for branches in order to link associated Git PRs and branches to the tickets:
341
+
342
+
`[TICKET-###]_short-description`
326
343
327
344
e.g.: `PROD-1516_work-issue`
328
345
329
346
#### Branching strategy
330
-
TBD
331
347
332
348
### Commits
333
349
We use [Smart Commits](https://bigbrassband.com/git-integration-for-jira/documentation/smart-commits.html#bbb-nav-basic-examples) to link comments and time tracking to tickets. You would enter the following as your commit message:
0 commit comments