/ .github / ISSUE_TEMPLATE / 🐛-bug-report.md
🐛-bug-report.md
 1  ---
 2  name: "\U0001F41B Bug Report"
 3  about: Report a reproducible bug
 4  title: ''
 5  labels: ''
 6  assignees: ''
 7  
 8  ---
 9  
10  **Read the Contribution Guidelines**
11  Before creating a bug report on this issue tracker, you **must** read the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md). Issues that do not follow the contribution guidelines **will be deleted without comment**.
12  
13  - The issue tracker is used by developers of this project. **Do not use it to ask general questions, or for support requests**.
14  - Ideas and feature requests can be made on the [Discussions](https://github.com/markqvist/Reticulum/discussions). **Only** feature requests accepted by maintainers and developers are tracked and included on the issue tracker. **Do not post feature requests here**.
15  - After reading the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md), **delete this section only** (*"Read the Contribution Guidelines"*) from your bug report, **and fill in all the other sections**.
16  
17  **Describe the Bug**
18  A clear and concise description of what the bug is.
19  
20  **To Reproduce**
21  Describe in detail how to reproduce the bug.
22  
23  **Expected Behavior**
24  A clear and concise description of what you expected to happen.
25  
26  **Logs & Screenshots**
27  Please include any relevant log output. If applicable, also add screenshots to help explain your problem.
28  
29  **System Information**
30  - OS and version
31  - Python version
32  - Program version
33  
34  **Additional context**
35  Add any other context about the problem here.