From 71dde3e27aaed76e79d6200990701642683d5cac Mon Sep 17 00:00:00 2001 From: Evgen Fil Date: Sat, 22 Oct 2022 12:43:05 +0500 Subject: [PATCH] Add `aiogram version` field to feature request template --- .github/ISSUE_TEMPLATE/feature.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 7fbd1f37..4c5fea9d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -3,6 +3,13 @@ description: Report features you would like to see or improve in the framework. labels: - enhancement body: + - type: input + attributes: + label: aiogram version + placeholder: e.g. 2.21 or 3.0b3 + validations: + required: true + - type: textarea attributes: label: Problem