Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
2c09bc9
1
Parent(s):
2dfd442
Tweak bug report template
Browse files
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
@@ -43,8 +43,8 @@ body:
|
|
43 |
description: What package manager are you using to install PySR?
|
44 |
options:
|
45 |
- pip
|
46 |
-
-
|
47 |
-
-
|
48 |
- type: dropdown
|
49 |
id: display
|
50 |
attributes:
|
@@ -53,8 +53,9 @@ body:
|
|
53 |
options:
|
54 |
- Jupyter Notebook
|
55 |
- IPython Terminal
|
56 |
-
- Script
|
57 |
- Google Colab
|
|
|
58 |
validations:
|
59 |
required: true
|
60 |
- type: textarea
|
|
|
43 |
description: What package manager are you using to install PySR?
|
44 |
options:
|
45 |
- pip
|
46 |
+
- Conda
|
47 |
+
- Other (specify below)
|
48 |
- type: dropdown
|
49 |
id: display
|
50 |
attributes:
|
|
|
53 |
options:
|
54 |
- Jupyter Notebook
|
55 |
- IPython Terminal
|
56 |
+
- Script (i.e., `python my_script.py`)
|
57 |
- Google Colab
|
58 |
+
- Other (specify below)
|
59 |
validations:
|
60 |
required: true
|
61 |
- type: textarea
|