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
This commit is contained in:
parent
46909f4a29
commit
71dde3e27a
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/feature.yaml
vendored
7
.github/ISSUE_TEMPLATE/feature.yaml
vendored
|
|
@ -3,6 +3,13 @@ description: Report features you would like to see or improve in the framework.
|
|||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: aiogram version
|
||||
placeholder: e.g. 2.21 or 3.0b3
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Problem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue