From 8604ab7cd05ee67fc0316afc0962904f417baac9 Mon Sep 17 00:00:00 2001 From: Evgen Fil Date: Sun, 23 Oct 2022 03:24:15 +0500 Subject: [PATCH] Add `aiogram version` field to feature request template (#1040) * Add `aiogram version` field to feature request template * Change `version` field type to dropdown --- .github/ISSUE_TEMPLATE/feature.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 7fbd1f37..b6fe976d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -3,6 +3,17 @@ description: Report features you would like to see or improve in the framework. labels: - enhancement body: + - type: dropdown + attributes: + label: aiogram version + options: + - 2.x + - 3.x + - both + - n/a + validations: + required: true + - type: textarea attributes: label: Problem