From bc3c7925436abc67bf38e08951fd092dc2c6472f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9van=20Le=20Meur?= <1636769+slemeur@users.noreply.github.com> Date: Thu, 7 Jul 2022 17:02:53 +0200 Subject: [PATCH 1/2] Update bug_report.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove very old version Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ffdad164e5143..15c37eeaed2be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,9 +35,6 @@ body: label: Version description: What version of the software are you running? options: - - "0.0.1" - - "0.0.2" - - "0.0.3" - "0.0.4" - "0.0.5" - "next (development version)" From 8c8d555415cca298914918ae453075616097c269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9van=20Le=20Meur?= <1636769+slemeur@users.noreply.github.com> Date: Mon, 18 Jul 2022 15:45:31 +0200 Subject: [PATCH 2/2] Update bug_report.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 15c37eeaed2be..9360d280aac3a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,9 +35,12 @@ body: label: Version description: What version of the software are you running? options: - - "0.0.4" - "0.0.5" - "next (development version)" + - "0.0.4" + - "0.0.3" + - "0.0.2" + - "0.0.1" validations: required: true