mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Python version
|
label: Python version
|
||||||
|
description: (`python --version` inside your virtualenv)
|
||||||
placeholder: e.g. 3.10.1
|
placeholder: e.g. 3.10.1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -36,6 +37,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: aiogram version
|
label: aiogram version
|
||||||
|
description: (`pip show aiogram` inside your virtualenv)
|
||||||
placeholder: e.g. 2.21 or 3.0b3
|
placeholder: e.g. 2.21 or 3.0b3
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
3
.github/ISSUE_TEMPLATE/feature.yaml
vendored
3
.github/ISSUE_TEMPLATE/feature.yaml
vendored
|
|
@ -6,9 +6,10 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: aiogram version
|
label: aiogram version
|
||||||
|
description: (`pip show aiogram` inside your virtualenv)
|
||||||
options:
|
options:
|
||||||
- 2.x
|
|
||||||
- 3.x
|
- 3.x
|
||||||
|
- 2.x
|
||||||
- both
|
- both
|
||||||
- n/a
|
- n/a
|
||||||
validations:
|
validations:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue