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: