mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-01-10 12:40:34 +00:00
40 lines
1.9 KiB
Markdown
40 lines
1.9 KiB
Markdown
---
|
|
name: "\U0001F41B Bug Report"
|
|
about: Report a reproducible bug
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Read the Contribution Guidelines**
|
|
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**.
|
|
|
|
- The issue tracker is used by developers of this project. **Do not use it to ask general questions, or for support requests**.
|
|
- 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**.
|
|
- After reading the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md), delete this section from your bug report.
|
|
|
|
**Describe the Bug**
|
|
First of all: Is this really a bug? Is it reproducible?
|
|
|
|
If this is a request for help because something is not working as you expected, stop right here, and go to the [discussions](https://github.com/markqvist/Reticulum/discussions) instead, where you can post your questions and get help from other users.
|
|
|
|
If this really is a bug or issue with the software, remove this section of the template, and provide **a clear and concise description of what the bug is**.
|
|
|
|
**To Reproduce**
|
|
Describe in detail how to reproduce the bug.
|
|
|
|
**Expected Behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Logs & Screenshots**
|
|
Please include any relevant log output. If applicable, also add screenshots to help explain your problem. In most cases, without any relevant log output, we will not be able to determine the cause of the bug, or reproduce it.
|
|
|
|
**System Information**
|
|
- OS and version
|
|
- Python version
|
|
- Program version
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|