mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Small update in issues templates
This commit is contained in:
parent
7adc39bd82
commit
68c0516f69
2 changed files with 4 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -29,6 +29,7 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: Python version
|
||||
description: (`python --version` inside your virtualenv)
|
||||
placeholder: e.g. 3.10.1
|
||||
validations:
|
||||
required: true
|
||||
|
|
@ -36,6 +37,7 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: aiogram version
|
||||
description: (`pip show aiogram` inside your virtualenv)
|
||||
placeholder: e.g. 2.21 or 3.0b3
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/feature.yaml
vendored
3
.github/ISSUE_TEMPLATE/feature.yaml
vendored
|
|
@ -6,9 +6,10 @@ body:
|
|||
- type: dropdown
|
||||
attributes:
|
||||
label: aiogram version
|
||||
description: (`pip show aiogram` inside your virtualenv)
|
||||
options:
|
||||
- 2.x
|
||||
- 3.x
|
||||
- 2.x
|
||||
- both
|
||||
- n/a
|
||||
validations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue