Small update in issues templates

This commit is contained in:
Alex Root Junior 2023-08-08 00:05:39 +03:00
parent 7adc39bd82
commit 68c0516f69
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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: