Duibonduil commited on
Commit
71cabdc
·
verified ·
1 Parent(s): 9c31777

Upload bug_report.md

Browse files
Files changed (1) hide show
  1. bug_report.md +26 -0
bug_report.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Bug report
3
+ about: The clearer your bug report, the faster it will be fixed!
4
+ title: "[BUG]"
5
+ labels: bug
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ **Code to reproduce the error**
14
+ The simplest code snippet that produces your bug.
15
+
16
+ **Error logs (if any)**
17
+ Provide error logs if there are any.
18
+
19
+ **Expected behavior**
20
+ A clear and concise description of what you expected to happen.
21
+
22
+ **Packages version:**
23
+ Run `pip freeze | grep smolagents` and paste it here.
24
+
25
+ **Additional context**
26
+ Add any other context about the problem here.