Add issue templates for editorial workflow
This commit is contained in:
66
.gitea/ISSUE_TEMPLATE/correction-paragraphe.yml
Normal file
66
.gitea/ISSUE_TEMPLATE/correction-paragraphe.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
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
|
||||||
56
.gitea/ISSUE_TEMPLATE/verification-factuelle.yml
Normal file
56
.gitea/ISSUE_TEMPLATE/verification-factuelle.yml
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
name: "Vérification factuelle / sources"
|
||||||
|
about: "Signaler une assertion à sourcer ou à corriger (normes de citation)."
|
||||||
|
title: "[Fact-check] "
|
||||||
|
labels: ["type/fact-check", "state/a-sourcer"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Objectif : **robustifier** le texte (preuves, références, normes de citation).
|
||||||
|
Une issue = une assertion principale.
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: chemin
|
||||||
|
attributes:
|
||||||
|
label: "Chemin (ex: /archicratie/prologue/)"
|
||||||
|
placeholder: "/archicratie/prologue/"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: ancre
|
||||||
|
attributes:
|
||||||
|
label: "Ancre paragraphe"
|
||||||
|
placeholder: "#p-0-xxxxxxxx"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: assertion
|
||||||
|
attributes:
|
||||||
|
label: "Assertion / passage à vérifier (copie exacte)"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: probleme
|
||||||
|
attributes:
|
||||||
|
label: "Problème identifié"
|
||||||
|
description: "Manque de source ? Inexact ? Ambigu ? Daté ?"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: sources
|
||||||
|
attributes:
|
||||||
|
label: "Sources proposées"
|
||||||
|
description: "Références (auteur, titre, éditeur, année, pages, lien)."
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: correction
|
||||||
|
attributes:
|
||||||
|
label: "Proposition de correction (si applicable)"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Reference in New Issue
Block a user