alliance-boreale/.forgejo.labels.json
Dan Allaire 303dbedcdd
Some checks are pending
CI / yaml-lint (push) Waiting to run
CI / ssot-export (push) Waiting to run
CI / tests (push) Waiting to run
CI / docs (push) Waiting to run
docs(collab): conventions git, PR template, issue templates, CODEOWNERS
2025-10-26 10:56:03 -04:00

42 lines
814 B
JSON

[
{
"name": "bug",
"color": "#d73a4a",
"description": "Quelque chose ne fonctionne pas"
},
{
"name": "feature",
"color": "#a2eeef",
"description": "Demande de fonctionnalité"
},
{
"name": "docs",
"color": "#0075ca",
"description": "Documentation"
},
{
"name": "security",
"color": "#8a2be2",
"description": "Sécurité / durcissement"
},
{
"name": "infra",
"color": "#e99695",
"description": "Infra / CI / pipelines"
},
{
"name": "help wanted",
"color": "#008672",
"description": "Contributions bienvenues"
},
{
"name": "good first issue",
"color": "#7057ff",
"description": "Idéal pour débuter"
},
{
"name": "blocked",
"color": "#b60205",
"description": "Bloqué / dépendance"
}
]