Files
netslim-blog/CONTRIBUTING.md
2026-03-20 22:16:20 +01:00

26 lines
768 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Contribuer à netslim-blog
Merci de contribuer au projet.
## Règles simples
- une évolution du domaine `Post` ou du module `Site` se fait dans ce dépôt ;
- une évolution transverse (`Kernel`, `Identity`, `Settings`, `AuditLog`, `Notifications`, `Taxonomy`, `Media`) se fait dans `netslim-core` ;
- tout changement métier doit être accompagné de tests ciblés ;
- toute modification de comportement visible doit saccompagner dune mise à jour documentaire si elle change la compréhension du projet.
## Avant douvrir une MR
```bash
composer qa
composer frontend:build
```
Fais aussi une passe manuelle si tu touches au back-office :
- `/admin`
- `/admin/settings`
- `/admin/audit-log`
- `/admin/notifications`
- `/admin/posts`
- `/admin/media`