We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529f9e3 commit e9d5bc5Copy full SHA for e9d5bc5
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -70,7 +70,16 @@ body:
70
required: true
71
- type: textarea
72
attributes:
73
- label: Versions
+ 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
83
render: shell
84
description: |
85
Please run the following and paste the output below.
0 commit comments