Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
2dfd442
1
Parent(s):
1d68908
Fix errors in issue template
Browse files
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
@@ -55,16 +55,16 @@ body:
|
|
55 |
- IPython Terminal
|
56 |
- Script
|
57 |
- Google Colab
|
58 |
-
|
59 |
-
|
60 |
- type: textarea
|
61 |
id: logs
|
62 |
attributes:
|
63 |
-
|
64 |
description: Please copy and paste any log output or error messages. This will be automatically formatted into code, so no need for backticks.
|
65 |
render: shell
|
66 |
- type: textarea
|
67 |
id: extra
|
68 |
attributes:
|
69 |
-
|
70 |
description: Please tell us any other information that you think might help. For example, what are your PySR settings? What dataset are you running on? If possible, please share a minimal code example that produces the error.
|
|
|
55 |
- IPython Terminal
|
56 |
- Script
|
57 |
- Google Colab
|
58 |
+
validations:
|
59 |
+
required: true
|
60 |
- type: textarea
|
61 |
id: logs
|
62 |
attributes:
|
63 |
+
label: Relevant log output
|
64 |
description: Please copy and paste any log output or error messages. This will be automatically formatted into code, so no need for backticks.
|
65 |
render: shell
|
66 |
- type: textarea
|
67 |
id: extra
|
68 |
attributes:
|
69 |
+
label: Extra Info
|
70 |
description: Please tell us any other information that you think might help. For example, what are your PySR settings? What dataset are you running on? If possible, please share a minimal code example that produces the error.
|