Skip to content

Branches organization

Maxime CHOULIKA edited this page Nov 27, 2019 · 2 revisions

The bootcamp branches respect the following organization.

There are 3 different levels of branches:

  • master : The production branch. Days are put into this branch when they are totally finished. 4 reviews are needed to validate a pull request.

  • dev : This branch gathers finished exercices for a day (the day may be not finished but it allows us to see quickly finished days). 2 reviews are needed to validate a pull request.

  • day/XX/PhaseY : XX is the number of the day and Y the related Phase. This branch is the working branch where most of your commits are done. No reviews are needed to push into that branch.

Day File Architecture

The day folder will have the following architecture :

└── day00
    ├── day00.md
    ├── ex00
    │   └── ex00.md
    ├── ex01
    │   └── ex01.md
    └── ex02
        └── ex02.md
Clone this wiki locally