18 lines
409 B
Markdown
18 lines
409 B
Markdown
# Checklist de préparation open source — 4NK_template
|
||
|
||
## Gouvernance
|
||
- LICENSE, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md
|
||
|
||
## CI/CD
|
||
- Workflows présents (tests, lint, security‑audit, release‑guard)
|
||
|
||
## Documentation
|
||
- README, INDEX, guides essentiels à jour
|
||
|
||
## Sécurité
|
||
- Secrets via CI, permissions, audit sécurité OK
|
||
|
||
## Publication
|
||
- Version/CHANGELOG/tag alignés
|
||
- Notes de release
|