mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Add aiogram version field to feature request template (#1040)
* Add `aiogram version` field to feature request template * Change `version` field type to dropdown
This commit is contained in:
parent
46909f4a29
commit
8604ab7cd0
1 changed files with 11 additions and 0 deletions
11
.github/ISSUE_TEMPLATE/feature.yaml
vendored
11
.github/ISSUE_TEMPLATE/feature.yaml
vendored
|
|
@ -3,6 +3,17 @@ description: Report features you would like to see or improve in the framework.
|
|||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: aiogram version
|
||||
options:
|
||||
- 2.x
|
||||
- 3.x
|
||||
- both
|
||||
- n/a
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Problem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue