raven icon indicating copy to clipboard operation
raven copied to clipboard

Define Branching strategy

Open kailafoote opened this issue 2 years ago • 6 comments

User Story

As a development team leader, I want to choose a branching strategy that will support our software development process, so that we can manage code changes, collaboration and merging with ease.

Acceptance Criteria

1. The branching strategy should allow us to work on multiple features simultaneously.
2. The branching strategy should provide a clear path for code changes to be integrated into the main branch.
3. The branching strategy should minimize the risk of code conflicts.
4. The branching strategy should be easy to understand and follow by all team members.
5. The branching strategy should allow us to roll back changes if needed.

kailafoote avatar Feb 03 '23 10:02 kailafoote