From 88134fa369335336c4b18d0fa2ea88808282907e Mon Sep 17 00:00:00 2001 From: Luc'HACK Date: Mon, 26 Sep 2022 07:37:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B1=20Fix=20Issue=20Template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bug.yaml | 0 .github/ISSUE_TEMPLATE/enhancement.yaml | 23 +++++++++++++++++++ .github/ISSUE_TEMPLATES/enhancement.yaml | 23 ------------------- 3 files changed, 23 insertions(+), 23 deletions(-) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bug.yaml (100%) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yaml delete mode 100644 .github/ISSUE_TEMPLATES/enhancement.yaml diff --git a/.github/ISSUE_TEMPLATES/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml similarity index 100% rename from .github/ISSUE_TEMPLATES/bug.yaml rename to .github/ISSUE_TEMPLATE/bug.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml new file mode 100644 index 0000000..5ac3ed2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -0,0 +1,23 @@ +name: 💅 Amélioration +description: Suggérez une amélioration. +title: '[Enhancement]: ' +labels: [enhancement] +body: + - type: textarea + attributes: + label: Description du problème + description: "Ce n'est pas assez intuitif ? Un contraste n'est pas assez prononcé ?" + validations: + required: true + - type: textarea + attributes: + label: "Description de l'amélioration" + description: Une description claire et concise de l'amélioration. + validations: + required: true + - type: textarea + attributes: + label: Contexte supplémentaire + description: "Ajoutez tout autre contexte ou capture d'écran permettant de clarifier votre question." + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATES/enhancement.yaml b/.github/ISSUE_TEMPLATES/enhancement.yaml deleted file mode 100644 index afd4760..0000000 --- a/.github/ISSUE_TEMPLATES/enhancement.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: 💅 Amélioration -description: Suggérez une amélioration. -title: '[Enhancement]: ' -labels: [enhancement] -body: -- type: textarea - attributes: - label: Description du problème - description: "Ce n'est pas assez intuitif ? Un contraste n'est pas assez prononcé ?" - validations: - required: true -- type: textarea - attributes: - label: "Description de l'amélioration" - description: Une description claire et concise de l'amélioration. - validations: - required: true -- type: textarea - attributes: - label: Contexte supplémentaire - description: "Ajoutez tout autre contexte ou capture d'écran permettant de clarifier votre question." - validations: - required: false \ No newline at end of file