Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,16 @@ body:
required: true
- type: textarea
attributes:
label: Versions
label: Python version
render: shell
description: |
Please run the following and paste the output below.
```python
import platform; print(f"'{platform.python_version()}'")
```
- type: textarea
attributes:
label: Frouros version
render: shell
description: |
Please run the following and paste the output below.
Expand Down