From e811cd339bfba78f872598ea3ea384efad732851 Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 15 May 2025 00:26:22 +0200 Subject: [PATCH] ci: improve issue template --- .github/ISSUE_TEMPLATE/bug.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 4d87c95..aea81a2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -13,6 +13,17 @@ body: Please try to investigate the issue yourself, and if possible submit a pull request with a fix. + - type: checkboxes + id: reproduce-latest + attributes: + label: 🔄 Tested on Latest Release + description: | + Only open issues for problems reproducible with the latest release: + https://github.com/Second-Hand-Friends/kleinanzeigen-bot/releases/tag/latest + options: + - label: I confirm that I can reproduce this issue on the latest version + required: true + - type: textarea id: expected-behaviour attributes: @@ -40,16 +51,6 @@ body: validations: required: true - - type: input - id: bot-version - attributes: - label: 🤖 What version of the bot are you using? - description: | - You can find out by running: `kleinanzeigen-bot version` - placeholder: e.g. 2025+8e2385c - validations: - required: true - - type: dropdown id: browsers attributes: