Skip to content

Commit 8a4eaae

Browse files
Add missing required flag for Python versions in bug report
1 parent 55fe72a commit 8a4eaae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ body:
7777
```python
7878
import platform; print(f"'{platform.python_version()}'")
7979
```
80+
validations:
81+
required: true
8082
- type: textarea
8183
attributes:
8284
label: Frouros version

0 commit comments

Comments
 (0)