Git flow development strategy for all teams New feature or fix starts from master branch unless agreed with team otherwise Naming: New feature: feature/ticket-id-task-name Fix: fix/ticket-id-task-name After development: - Merge your branch into develop (No Pull request needed) - Create Pull request into master branch - TEST your feature in staging server