Change version field type to dropdown

This commit is contained in:
Evgen Fil 2022-10-22 12:49:24 +05:00 committed by GitHub
parent 71dde3e27a
commit 164288ec10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,14 @@ description: Report features you would like to see or improve in the framework.
labels: labels:
- enhancement - enhancement
body: body:
- type: input - type: dropdown
attributes: attributes:
label: aiogram version label: aiogram version
placeholder: e.g. 2.21 or 3.0b3 options:
- 2.x
- 3.x
- both
- n/a
validations: validations:
required: true required: true