sdk_relay/CONTRIBUTING.md
4NK Dev 6bcec5c8ba
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m24s
ci: docker_tag=ext refactor(message): split handlers per type, docs+oss, bump 0.1.1
2025-09-19 23:13:55 +00:00

17 lines
605 B
Markdown
Raw 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 à sdk_relay
Merci de votre intérêt. Ce projet suit un flux simple:
- Ouvrir une branche depuis `dev` selon `repos.csv` (référentiel interne)
- Respecter le style Rust (rustfmt/clippy) et scripts `tests/`
- Documenter toute fonctionnalité dans `docs/` et ajouter des tests dans `tests/`
- Mettre à jour `CHANGELOG.md` (section Unreleased)
- Commits signés; préfixes CI supportés: `ci: docker_tag=<valeur>`
Revue:
- Petites PRs, description claire, impacts, migrations, variables denv
- Pas de secrets, pas dexemples de clés
Code de conduite: voir `CODE_OF_CONDUCT.md`.