Guide de Contribution
Prérequis
- Node.js 20.x
- Docker et Docker Compose
- Git
- Un éditeur de code (VS Code recommandé)
Workflow Git
Branches
| Branche | Usage |
|---|---|
main | Production, stable |
develop | Développement, intégration |
feature/* | Nouvelles fonctionnalités |
fix/* | Corrections de bugs |
hotfix/* | Corrections urgentes prod |