- Use conventional style:
feat: ...,fix: ...,chore: .... - Prefer French wording aligned with repository history.
- Do not use infinitive verbs in commit subjects (avoid
ajouter,corriger,mettre). - Prefer nominal phrasing used in history, e.g.
feat: ajout de ...,fix: correction de ...,chore: mise a jour de ....
- Do not commit production-specific infrastructure details to this public repository.
- Keep
README.mdfocused on public/local usage. - Keep local server docs in ignored files only (e.g.
README.server.local.md). - Never commit real secrets or deployment environment files.
.env.productionand.env.prodmust stay local and untracked..env.exampleremains public and generic.