MilesCranmer commited on
Commit
5fd9bc2
1 Parent(s): 47055c8

Update issue templates

Browse files
.github/ISSUE_TEMPLATE/bug_report.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: "[BUG] *Summary of bug*"
5
+ labels: bug
6
+ assignees: MilesCranmer
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ 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
+ **Additional context**
26
+ Add any other context about the problem here.
.github/ISSUE_TEMPLATE/feature_request.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: "[Feature]"
5
+ labels: enhancement
6
+ assignees: MilesCranmer
7
+
8
+ ---
9
+
10
+ **Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ **Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ **Additional context**
17
+ Add any other context or screenshots about the feature request here.