MilesCranmer commited on
Commit
fbd4741
1 Parent(s): 5b0cc10

Request more details in bug reports

Browse files
.github/ISSUE_TEMPLATE/bug_report.md CHANGED
@@ -12,18 +12,21 @@ A clear and concise description of what the bug is.
12
 
13
  **Version (please complete the following information):**
14
  - OS: [e.g. macOS]
15
- - Version [e.g. 0.6.0]
16
- - Does the bug appear with the latest version of PySR?
 
 
17
 
18
  **Configuration**
19
  - What are your PySR settings?
20
  - What dataset are you running on?
 
21
 
22
  **Error message**
23
  Add the error message here, or whatever other information would be useful for debugging.
24
 
25
  If the error is "Couldn't find equation file...", this error indicates something
26
- went wrong with the backend. Please scroll up and copy
27
  the output of Julia, rather than the output of python.
28
 
29
  **Additional context**
 
12
 
13
  **Version (please complete the following information):**
14
  - OS: [e.g. macOS]
15
+ - Julia version [Run `julia --version` in the terminal]
16
+ - Python version [Run `python --version` in the terminal]
17
+ - PySR version [e.g. 0.6.0]
18
+ - Does the bug still appear with the latest version of PySR?
19
 
20
  **Configuration**
21
  - What are your PySR settings?
22
  - What dataset are you running on?
23
+ - If possible, please share a minimal code example that produces the error.
24
 
25
  **Error message**
26
  Add the error message here, or whatever other information would be useful for debugging.
27
 
28
  If the error is "Couldn't find equation file...", this error indicates something
29
+ went wrong with the backend. Please scroll up and copy
30
  the output of Julia, rather than the output of python.
31
 
32
  **Additional context**