Compare commits

2 Commits
dev ... main

Author SHA1 Message Date
a33683fe48 Merge pull request 'dev' (#3) from dev into main
Some checks failed
Deploy / deploy (push) Failing after 8s
Reviewed-on: #3
2026-03-21 15:00:05 +00:00
c2d22f4095 Merge pull request 'ci: add deploy workflow' (#2) from dev into main
Reviewed-on: #2
2026-03-21 14:17:50 +00:00

View File

@@ -39,7 +39,7 @@ npm run typecheck # IMPORTANT : lancer après chaque série de modifications
- IMPORTANT : ne jamais considérer une tâche terminée sans typecheck qui passe
## Git
- Branches : main (prod) → dev (dev)
- Branches : main (prod) → develop (dev) → feature/xxx
- Commits : feat: / fix: / docs: / refactor: / chore:
- IMPORTANT : toujours créer une nouvelle branche pour chaque tâche
- IMPORTANT : ne jamais pusher directement sur main