From 164288ec10bc10396e488172cee64acc0cca32ce Mon Sep 17 00:00:00 2001 From: Evgen Fil Date: Sat, 22 Oct 2022 12:49:24 +0500 Subject: [PATCH] Change `version` field type to dropdown --- .github/ISSUE_TEMPLATE/feature.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 4c5fea9d..b6fe976d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -3,10 +3,14 @@ description: Report features you would like to see or improve in the framework. labels: - enhancement body: - - type: input + - type: dropdown attributes: label: aiogram version - placeholder: e.g. 2.21 or 3.0b3 + options: + - 2.x + - 3.x + - both + - n/a validations: required: true