/ .github / ISSUE_TEMPLATE / bug-report.md
bug-report.md
 1  ---
 2  name: "\U0001F41E Bug report"
 3  about: Create a report to help us improve
 4  title: ''
 5  labels: bug
 6  assignees: ''
 7  
 8  ---
 9  
10  **Describe the bug**
11  
12  A clear and concise description of what the bug is.
13  
14  **To Reproduce**
15  
16  Steps to reproduce the behavior.
17  
18  **Expected behavior**
19  
20  A clear and concise description of what you expected to happen.
21  
22  **Software (please complete the following information):**
23  
24  - OS: [e.g. Mac OS, Linux]
25  - Version [e.g. 22]
26  - Apibara version
27  - Programming language and version (Rust, Cargo, Typescript)
28  
29  **Additional context**
30  
31  Add any other context about the problem here.