Skip to content

Commit

Permalink
Add aiogram version field to feature request template (#1040)
Browse files Browse the repository at this point in the history
* Add `aiogram version` field to feature request template

* Change `version` field type to dropdown
  • Loading branch information
evgfilim1 committed Oct 22, 2022
1 parent 46909f4 commit 8604ab7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 8604ab7

Please sign in to comment.