Skip to content

Commit e9d5bc5

Browse files
Add Python version to bug report
1 parent 529f9e3 commit e9d5bc5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,16 @@ body:
7070
required: true
7171
- type: textarea
7272
attributes:
73-
label: Versions
73+
label: Python version
74+
render: shell
75+
description: |
76+
Please run the following and paste the output below.
77+
```python
78+
import platform; print(f"'{platform.python_version()}'")
79+
```
80+
- type: textarea
81+
attributes:
82+
label: Frouros version
7483
render: shell
7584
description: |
7685
Please run the following and paste the output below.

0 commit comments

Comments
 (0)