diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md new file mode 100644 index 0000000..df0479d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -0,0 +1,14 @@ +--- +name: '🐛 Rapport de bug' +about: 'Signalez un problème inattendu ou un comportement involontaire.' +labels: 'bug' +--- + +## Étapes à suivre pour reproduire le bug + +1. Étape 1 +2. Étape 2 + +## Comportement actuel + +## Comportement attendu diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..c88517f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,7 @@ +--- +name: '✨ Ajout d'une fonctionnalité' +about: 'Suggérer une nouvelle fonctionnalité.' +labels: 'feature request' +--- + +### Description diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md new file mode 100644 index 0000000..c935590 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -0,0 +1,7 @@ +--- +name: '🙋 Question' +about: 'Des informations complémentaires sont demandées.' +labels: 'question' +--- + +### Question