From 4a3fb410350194a8bfd0ac574acbcacfeb9d8e8b Mon Sep 17 00:00:00 2001 From: Saas Date: Thu, 25 Sep 2025 13:32:21 +0200 Subject: [PATCH] further fixes and make some stuff a bit nicer --- .github/ISSUE_TEMPLATE/1-bug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index 4a58ed11d..2e2c65485 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -10,14 +10,14 @@ body: id: description-area attributes: label: Description - description: Please provide a description and what you expected to happen. + description: Please provide a description of the bug and what you expected to happen. validations: required: true - type: textarea id: steps-area attributes: label: Steps to reproduce - description: Please provide an reproduction steps. + description: Please provide reproduction steps if possible. validations: required: true - type: dropdown