diff --git a/Tutoriels-pour-Contribuer.md b/Tutoriels-pour-Contribuer.md new file mode 100644 index 0000000..de21a3e --- /dev/null +++ b/Tutoriels-pour-Contribuer.md @@ -0,0 +1,13 @@ +# Ajouter une Nouvelle Fonctionnalité +Créer une branche : git checkout -b feat/nouvelle-fonction +- Backend : + - Ajouter le controller dans /controllers + - Documenter l'endpoint dans /docs/api.md + +- Frontend : + - Créer l'Activity/Fragment correspondante + - Ajouter les routes dans ApiService.kt + +# Bonnes Pratiques +- Commits : Suivre la convention Conventional Commits +- Documentation : Mettre à jour le Wiki pour toute nouvelle fonctionnalité \ No newline at end of file