Skip to content

Commit

Permalink
Small update in issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Aug 7, 2023
1 parent 7adc39b commit 68c0516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ body:
- type: input
attributes:
label: Python version
description: (`python --version` inside your virtualenv)
placeholder: e.g. 3.10.1
validations:
required: true

- type: input
attributes:
label: aiogram version
description: (`pip show aiogram` inside your virtualenv)
placeholder: e.g. 2.21 or 3.0b3
validations:
required: true
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 68c0516

Please sign in to comment.