Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 584 Bytes

BRANCHING-MODEL.md

File metadata and controls

18 lines (12 loc) · 584 Bytes

Introduction

This section describes

  • how branches are handled
  • defectdojo release cycle

Please be careful to submit your pull requests to the correct branch:

  • bugfix: latest "release/a.b.x" branch (+ merge using a separate PR against the dev branch)
  • evolutions: dev branch

If in doubt please use dev branch.

Release and hotfix model

Schemas

Diagrams created with https://www.planttext.com/

This model is inspired by https://nvie.com/posts/a-successful-git-branching-model/ with the feature branch being made in each contributor repository.