From 92cd105ed48699784ef6e44070c00e52f5146412 Mon Sep 17 00:00:00 2001 From: divlo Date: Mon, 28 Dec 2020 13:12:33 +0100 Subject: [PATCH] docs: add issues templates files --- .github/ISSUE_TEMPLATE/BUG.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 7 +++++++ .github/ISSUE_TEMPLATE/QUESTION.md | 7 +++++++ 3 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/QUESTION.md 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