From b7d4c33cc8b070516757be05da2c4a3963f6c72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NEDJAR?= Date: Mon, 23 Mar 2026 14:13:31 +0100 Subject: [PATCH] chore: add issue and PR templates - Bug template: broken links, content errors, display issues - Content template: documentation additions/modifications - Illustration template: photos and diagrams to add - PR template: summary, type checkboxes, test plan Closes #74 --- .github/ISSUE_TEMPLATE/bug.md | 27 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/content.md | 25 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/illustration.md | 27 ++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++++++++ 4 files changed, 94 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/content.md create mode 100644 .github/ISSUE_TEMPLATE/illustration.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..62729a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,27 @@ +--- +name: Bug +about: Lien cassé, erreur dans le contenu, problème d'affichage +title: 'fix: ' +labels: bug +assignees: '' +--- + +## Description + + + +## Page concernée + + + +## Comportement attendu + + + +## Comportement observé + + + +## Captures d'écran + + diff --git a/.github/ISSUE_TEMPLATE/content.md b/.github/ISSUE_TEMPLATE/content.md new file mode 100644 index 0000000..813c148 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/content.md @@ -0,0 +1,25 @@ +--- +name: Contenu +about: Ajout ou modification de documentation +title: 'docs: ' +labels: documentation +assignees: '' +--- + +## Description + + + +## Section concernée + + + +## Sources + + + +## Critères d'acceptation + +- [ ] Contenu techniquement correct +- [ ] Liens fonctionnels +- [ ] Build Docusaurus OK diff --git a/.github/ISSUE_TEMPLATE/illustration.md b/.github/ISSUE_TEMPLATE/illustration.md new file mode 100644 index 0000000..a9e3aa6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/illustration.md @@ -0,0 +1,27 @@ +--- +name: Illustration +about: Photo ou diagramme à ajouter +title: 'photo: ' +labels: illustration +assignees: '' +--- + +## Description + + + +## Page cible + + + +## Type + +- [ ] Photo de la carte +- [ ] Photo d'un composant +- [ ] Photo d'un accessoire/connecteur +- [ ] Diagramme/schéma +- [ ] Capture d'écran + +## Contraintes + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..01ee206 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## Summary + + + +## Type + +- [ ] Contenu (docs) +- [ ] Configuration (config, CI) +- [ ] Composant (src/) +- [ ] Assets (images, PDFs) + +## Test plan + +- [ ] `npm run build` passe sans erreur +- [ ] Liens vérifiés