Add governance issue template and ADR structure
This commit is contained in:
parent
36622d1b8b
commit
80f66e51ea
6 changed files with 83 additions and 0 deletions
26
.gitea/ISSUE_TEMPLATE/01-conformite.md
Normal file
26
.gitea/ISSUE_TEMPLATE/01-conformite.md
Normal file
|
|
@ -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
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
- [ ]
|
||||||
|
|
||||||
26
projet/decisions/README.md
Normal file
26
projet/decisions/README.md
Normal file
|
|
@ -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.
|
||||||
|
|
||||||
1
projet/decisions/accepted/.gitkeep
Normal file
1
projet/decisions/accepted/.gitkeep
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
28
projet/decisions/adr-template.md
Normal file
28
projet/decisions/adr-template.md
Normal file
|
|
@ -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
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
1
projet/decisions/proposed/.gitkeep
Normal file
1
projet/decisions/proposed/.gitkeep
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
1
projet/decisions/superseded/.gitkeep
Normal file
1
projet/decisions/superseded/.gitkeep
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
Reference in a new issue