From dff1eab5f1848d7e03bb1e637e11b11b926f0995 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Aug 2022 13:03:23 +0200 Subject: [PATCH] :bug: Fixed bug_report (2) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f58af61..bbfc02c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,14 +16,14 @@ body: - On a self-hosted instance validations: required: true - - type: markdown + - type: textarea attributes: - value: How can the issue be reproduced? + label: How can the issue be reproduced? validations: required: true - - type: markdown + - type: textarea attributes: - value: Describe the bug (with screenshots if possible) + label: Describe the bug (with screenshots if possible) validations: required: true - type: dropdown