- français
- English
Github Guidelines
For every repo we should have this branch structure:
- master: will be deployed on the live system (e.g. Heroku)
- develop: our current development state
- feature/xxx your personal feature development
Before you merge your feature, you should create a Pull Request so another group can review your work.