67 lines
1.7 KiB
YAML
67 lines
1.7 KiB
YAML
name: "Correction paragraphe"
|
|
about: "Proposer une correction ciblée, justifiée, versionnée (paragraphe + ancre)."
|
|
title: "[Correction] "
|
|
labels: ["type/correction"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
⚠️ Une correction = **un paragraphe**.
|
|
Merci de fournir **Chemin + Ancre** et une **proposition complète**.
|
|
|
|
- type: input
|
|
id: chemin
|
|
attributes:
|
|
label: "Chemin (ex: /archicratie/prologue/)"
|
|
placeholder: "/archicratie/prologue/"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: ancre
|
|
attributes:
|
|
label: "Ancre paragraphe (ex: #p-0-xxxx)"
|
|
placeholder: "#p-0-xxxxxxxx"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: "Version du texte (affichée sur la page)"
|
|
placeholder: "0.1.0"
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: actuel
|
|
attributes:
|
|
label: "Texte actuel (paragraphe complet)"
|
|
description: "Copie-colle le paragraphe entier si possible."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposition
|
|
attributes:
|
|
label: "Proposition (texte corrigé complet)"
|
|
description: "Donne la version corrigée du paragraphe, prête à intégrer."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: justification
|
|
attributes:
|
|
label: "Justification"
|
|
description: "Pourquoi cette correction ? (clarté, cohérence lexicale, non-redondance, rigueur)."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: sources
|
|
attributes:
|
|
label: "Sources / références (si factuel)"
|
|
description: "Si la correction touche un fait, fournir des références."
|
|
validations:
|
|
required: false
|