From 80f66e51ead09327d7c09b53cecabf1fc49239ad Mon Sep 17 00:00:00 2001 From: Selecta Keke Date: Wed, 24 Jun 2026 12:22:47 -0300 Subject: [PATCH] Add governance issue template and ADR structure --- .gitea/ISSUE_TEMPLATE/01-conformite.md | 26 ++++++++++++++++++++++++ projet/decisions/README.md | 26 ++++++++++++++++++++++++ projet/decisions/accepted/.gitkeep | 1 + projet/decisions/adr-template.md | 28 ++++++++++++++++++++++++++ projet/decisions/proposed/.gitkeep | 1 + projet/decisions/superseded/.gitkeep | 1 + 6 files changed, 83 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/01-conformite.md create mode 100644 projet/decisions/README.md create mode 100644 projet/decisions/accepted/.gitkeep create mode 100644 projet/decisions/adr-template.md create mode 100644 projet/decisions/proposed/.gitkeep create mode 100644 projet/decisions/superseded/.gitkeep diff --git a/.gitea/ISSUE_TEMPLATE/01-conformite.md b/.gitea/ISSUE_TEMPLATE/01-conformite.md new file mode 100644 index 0000000..98c48ad --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/01-conformite.md @@ -0,0 +1,26 @@ +--- +name: Conformite / gouvernance +about: Demander une mise à jour documentaire, RGPD, ISO 27001 ou procédure +title: "[Conformité] " +labels: [] +assignees: [] +--- + +## Domaine + +- RGPD +- ISO 27001 +- procédure +- gouvernance projet + +## Document ou sujet concerné + +## Attendu + +## Preuve ou source disponible + +## Critères de clôture + +- [ ] +- [ ] + diff --git a/projet/decisions/README.md b/projet/decisions/README.md new file mode 100644 index 0000000..3e1a6a9 --- /dev/null +++ b/projet/decisions/README.md @@ -0,0 +1,26 @@ +# Decisions / ADR + +Ce dossier accueille les decisions structurantes du projet. + +## Objectif + +Garder une trace courte des choix importants : + +- architecture ; +- securite ; +- exploitation ; +- UX structurante ; +- cartographie ; +- gouvernance. + +## Structure + +- `proposed/` : decisions en preparation +- `accepted/` : decisions retenues +- `superseded/` : decisions remplacees +- `adr-template.md` : modele a reutiliser + +## Regle simple + +Une decision = un fichier court, daté, avec contexte, choix et consequences. + diff --git a/projet/decisions/accepted/.gitkeep b/projet/decisions/accepted/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/projet/decisions/accepted/.gitkeep @@ -0,0 +1 @@ + diff --git a/projet/decisions/adr-template.md b/projet/decisions/adr-template.md new file mode 100644 index 0000000..fabc39e --- /dev/null +++ b/projet/decisions/adr-template.md @@ -0,0 +1,28 @@ +# ADR-XXXX - Titre court + +- Statut : proposed / accepted / superseded +- Date : YYYY-MM-DD +- Domaine : produit / infra / cartographie / conformite / securite + +## Contexte + +Quel probleme ou quelle tension doit-on trancher ? + +## Decision + +Quel choix est retenu ? + +## Consequences + +### Positives + +- + +### Vigilances + +- + +## Mise en oeuvre + +- + diff --git a/projet/decisions/proposed/.gitkeep b/projet/decisions/proposed/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/projet/decisions/proposed/.gitkeep @@ -0,0 +1 @@ + diff --git a/projet/decisions/superseded/.gitkeep b/projet/decisions/superseded/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/projet/decisions/superseded/.gitkeep @@ -0,0 +1 @@ +