From 9e6680d4b49205aeec240aec11b0ba2687b33592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Wed, 9 Oct 2024 13:12:46 +0200 Subject: [PATCH] make bug report issue template version field a text area and move it further down --- .github/ISSUE_TEMPLATE/bugreport.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 68f16f59..3113edd7 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -10,13 +10,6 @@ body: label: What happened? validations: required: true - - type: input - id: version - attributes: - label: SNIK Graph version - description: YY.MM, see Help menu -> About SNIK Graph. Optionally also commit date and hash. - validations: - required: true - type: dropdown id: browsers attributes: @@ -38,6 +31,13 @@ body: - MacOS - Android - iIOS + - type: textarea + id: version + attributes: + label: SNIK Graph version + description: YY.MM, see Help menu -> About SNIK Graph. Optionally also commit date and hash. + validations: + required: true - type: textarea id: logs attributes: