ci: improve issue template

This commit is contained in:
sebthom
2025-05-15 00:26:22 +02:00
parent a863f3c63a
commit e811cd339b

View File

@@ -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: