From e27b88b58cc6f160757e82a62b80dfe0713eabb9 Mon Sep 17 00:00:00 2001 From: Riccardo Debellini <163520377+riccardodebellini@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:08:40 +0200 Subject: [PATCH] Update 1_bug.yml --- .github/ISSUE_TEMPLATE/1_bug.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index f88a35d..ebaf2da 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -1,10 +1,10 @@ -name: "🐛 Ho trovato un Bug" -description: Hai trovato un bug? Segnalalo! -title: "[Bug]: " -labels: ["bug", "triage"] -assignees: +- name: "🐛 Ho trovato un Bug" +- description: Hai trovato un bug? Segnalalo! +- title: "[Bug]: " +- labels: ["bug", "triage"] +- assignees: - riccardodebellini -body: +- body: - type: textarea id: what-happened attributes: @@ -14,7 +14,7 @@ body: value: "è successo qualcosa" validations: required: true -- type: input + - type: input id: where attributes: label: Dove è successo? @@ -52,7 +52,7 @@ body: attributes: label: Versione description: Che versione stai usando? -- type: checkboxes + - type: checkboxes id: terms attributes: label: "L'app è originale"