/ .github / ISSUE_TEMPLATE / bug_report.md
bug_report.md
 1  ---
 2  name: Bug report
 3  about: Report a bug you encountered
 4  title: "[BUG] Issue title"
 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  **Console output**
14  If applicable, please provide the console output in a file.
15  
16  **How To Reproduce**
17  Steps to reproduce the behavior:
18  1. Go to '...'
19  2. Click on '....'
20  3. Scroll down to '....'
21  4. See error
22  
23  **Expected behavior**
24  A clear and concise description of what you expected to happen.
25  
26  **Screenshots**
27  If applicable, add screenshots to help explain your problem.
28  
29  **Host information (please complete the following information):**
30   - OS: [e.g. Artix Linux]
31   - ZDSM Version or commit hash: 
32  
33  **Additional context**
34  Add any other context about the problem here.