mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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:
|
labels:
|
||||||
- enhancement
|
- enhancement
|
||||||
body:
|
body:
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: aiogram version
|
||||||
|
options:
|
||||||
|
- 2.x
|
||||||
|
- 3.x
|
||||||
|
- both
|
||||||
|
- n/a
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Problem
|
label: Problem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue