/ .github / ISSUE_TEMPLATE / bug_report.md
bug_report.md
 1  ---
 2  name: Bug report
 3  about: Create a report to help us improve
 4  title: "[Bug] Title"
 5  labels: ''
 6  assignees: ''
 7  
 8  ---
 9  
10  **Describe the bug**
11  A clear and concise description of what the bug is.
12  
13  ** Runtime Info **
14  App Arguments: [e.g. `-i --nocache`] 
15  Install Type: [e.g. `cargo install`]
16  App Version: [e.g. v0.0.7]
17  
18  **Expected behavior**
19  A clear and concise description of what you expected to happen.
20  
21  **Screenshots**
22  If applicable, add screenshots to help explain your problem.
23  
24  **Platform Details (please complete the following information):**
25   - OS: [e.g. Arch Linux]
26   - Terminal Emulator: [e.g Alacritty]
27   - Shell [e.g. Zshell]
28  
29  **Additional context**
30  Add any other context about the problem here.