mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change version field type to dropdown
This commit is contained in:
parent
71dde3e27a
commit
164288ec10
1 changed files with 6 additions and 2 deletions
8
.github/ISSUE_TEMPLATE/feature.yaml
vendored
8
.github/ISSUE_TEMPLATE/feature.yaml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue