/ .github / ISSUE_TEMPLATE / bug_report.md
bug_report.md
 1  ---
 2  name: Bug Report
 3  about: Report a bug.
 4  title: "🪲[BUG] Give a suitable title"
 5  labels: bug
 6  assignees: ''
 7  
 8  ---
 9  
10  <!-- Hey there, thank you for creating an issue! -->
11  
12  **Describe the bug you encountered:**
13  
14  ...
15  
16  **What did you expect to happen instead?**
17  
18  ...
19  
20  
21  **What actually happened in your case?**
22  
23  
24  
25  ...
26  
27  **Additional information**
28  
29  <!--
30  In order to reproduce your issue, please add some information about the environment
31  -->
32  
33  ---