From cc1ebbd66bc4779b38945ab4ff0e7345bfc60794 Mon Sep 17 00:00:00 2001 From: Danya H Date: Sat, 15 Jun 2024 14:54:07 +0100 Subject: [PATCH] quickfix issue template had extra optional label --- .gitea/ISSUE_TEMPLATE.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE.yaml b/.gitea/ISSUE_TEMPLATE.yaml index 3f7ce9a..0fe5868 100644 --- a/.gitea/ISSUE_TEMPLATE.yaml +++ b/.gitea/ISSUE_TEMPLATE.yaml @@ -28,7 +28,7 @@ body: - type: textarea id: reproduction attributes: - label: Reproduction (Optional) + label: Reproduction description: Steps to reproduce the bug, if applicable validations: required: true @@ -57,7 +57,7 @@ body: - type: textarea id: additional_information attributes: - label: Additional Information + label: Additional Information (Optional) description: Add any other information that might be useful in diagnosing the issue validations: required: false