Skip to content

Branch naming conventions

BiceMaster edited this page Oct 15, 2012 · 3 revisions

Basic Rules

s: sprint u: user story t: task x: unplanned

ordinary task:

s#u#t#_taskName

Unplanned tasks with and without parent task, user stories:

s#u#t#x#_taskName s#u#x#_taskName s#x#_taskName

Examples:

User story 47.5, first task with taskname 'Implement choice selection'

s3u475t1_implementChoiceSelection

Two unplanned tasks with parent user story and task:

s3u48t1x1_fixLinuxOgl s3u48t1x2_fixLinuxShaders

Totally unplanned tasks with no parent task or parent user story:

s3x1_repairLinuxBuildSystem