From 9cd1c4453f3e472e1a257746f2a2325de4e62ae9 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 20 Dec 2021 15:31:47 +0100 Subject: [PATCH] Create bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..702dbed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,32 @@ +name: Bug +description: Use this template if you have found a bug in the Application +title: "bug: " +labels: [bug] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this Form! + - type: textarea + id: happening + attributes: + label: What is Hapening + placeholder: "Ex: When I want to add my weight the app crash..." + validations: + required: true + - type: textarea + id: happen + attributes: + label: Please explain what should happen + description: If you selected Other or new Data Type please put it as the first line + placeholder: "Ex: The app should not crash when adding my weight" + validations: + required: true + - type: textarea + id: reproducre + attributes: + label: Please give us a way to reproduce + description: You should list whet you did to reproduce this error + placeholder: "- I launched the app\n-I clicked on the + of the Weight chart" + validations: + required: true