From e1d8b8efb3f4aab921c546b9f615d6431138a031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 23 May 2024 09:53:46 +0200 Subject: [PATCH] Update 02-bug_report.yml --- .github/ISSUE_TEMPLATE/02-bug_report.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.yml b/.github/ISSUE_TEMPLATE/02-bug_report.yml index 34bd3ef466..8a3c739f01 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/02-bug_report.yml @@ -2,6 +2,14 @@ name: Bug report description: Create a report to help us improve labels: ['bug'] body: + - type: textarea + id: description + attributes: + label: Description + description: Try to describe in detail the problem you're running into and provide additional context about your working environment if necessary. + placeholder: e.g. When I do X, Y happens instead of Z + validations: + required: true - type: markdown attributes: value: | @@ -65,14 +73,7 @@ body: - label: iOS - label: Android - label: Other/not relevant - - type: textarea - id: description - attributes: - label: Description - description: Try to describe in detail the problem you're running into and provide additional context about your working environment if necessary. - placeholder: e.g. When I do X, Y happens instead of Z - validations: - required: true + - type: textarea id: steps-to-reproduce attributes: