-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42d764e
commit e9d1e65
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] Brief bug description here" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Note** | ||
Most of the times, an issue you may potentially run into is not a bug. Instead, it is related to configurations, such as internet connectivity issues, github repo proxy, system time is not correct, etc. | ||
|
||
If you are not sure, please don't open a bug report here. Instead, you can get the issue solved much faster by seeking help in our support forum: https://obico.io/discord-obico-klipper/ | ||
|
||
Proceed to opening a bug report only if you are sure it is a defect in the code given a correct configuration. | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- Printer make and model [e.g., Elegoo Neptune 4] | ||
- Are you running Klipper on a Raspberry Pi? [Yes|No] | ||
- moonraker-obico version: | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |