From 8eaf4288daa6eacdaf57aa7e17255fa69289760b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 4 Oct 2023 10:27:39 +0200 Subject: [PATCH] fix(issue_templates): identation --- .gitea/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.yml b/.gitea/ISSUE_TEMPLATE/bug_report.yml index 97e3aef..f99f104 100644 --- a/.gitea/ISSUE_TEMPLATE/bug_report.yml +++ b/.gitea/ISSUE_TEMPLATE/bug_report.yml @@ -14,9 +14,9 @@ body: attributes: label: "Are you on the latest version of the commit?" description: "If no, please backup your current config and update." - options: - - "Yes" - - "No" + options: + - "Yes" + - "No" validations: required: true