From a863f3c63aa1271352db9ac7ec4bed6638f5731b Mon Sep 17 00:00:00 2001 From: sebthom Date: Wed, 14 May 2025 12:32:30 +0200 Subject: [PATCH] ci: improve issue template --- .github/ISSUE_TEMPLATE/bug.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 96974c3..4d87c95 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,6 +40,16 @@ 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: