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