Skip to content

Commit 62bbd6e

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #299 from IFCA-Advanced-Computing/fix-bug-report
Add missing required flag for Python versions in bug report
2 parents 55fe72a + 8a4eaae commit 62bbd6e

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)