From 68c0516f6909b83c70a18ee908a9ff3440c8b924 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 8 Aug 2023 00:05:39 +0300 Subject: [PATCH] Small update in issues templates --- .github/ISSUE_TEMPLATE/bug.yaml | 2 ++ .github/ISSUE_TEMPLATE/feature.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index d016187c..89ec316c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -29,6 +29,7 @@ body: - type: input attributes: label: Python version + description: (`python --version` inside your virtualenv) placeholder: e.g. 3.10.1 validations: required: true @@ -36,6 +37,7 @@ body: - type: input attributes: label: aiogram version + description: (`pip show aiogram` inside your virtualenv) placeholder: e.g. 2.21 or 3.0b3 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index bcb6e7fb..257417f1 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -6,9 +6,10 @@ body: - type: dropdown attributes: label: aiogram version + description: (`pip show aiogram` inside your virtualenv) options: - - 2.x - 3.x + - 2.x - both - n/a validations: