You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Help improve OctoPi-UpToDate by reporting observed bugs. Got a question or need support? See "Have questions or need support?" instead!
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: >
7
+
8
+
### ✋ **This is bug tracker, not a support forum**
9
+
10
+
11
+
If something isn't working right, you have questions or need help, [**get in touch on the forums**](https://community.octoprint.org/c/support/).
12
+
13
+
14
+
Only proceed here if you are 100% sure the issue you are seeing is actually a bug in OctoPi-UpToDate's build scripts. If in doubt, check
15
+
in on the forums first, we can always file a bug from a support request later.
16
+
- type: dropdown
17
+
attributes:
18
+
label: What OctoPi-UpToDate modification is involved?
19
+
options:
20
+
- OctoPrint update
21
+
- Bootloader & Kernel update
22
+
- libcamera-apps update
23
+
- user-fix install
24
+
- octopi.txt fix
25
+
- build number write
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: The problem
31
+
description: >-
32
+
Describe the issue you are experiencing here. Tell us what you were trying to do
33
+
step by step, and what happened that you did not expect.
34
+
35
+
Provide a clear and concise description of what the problem is and include as many
36
+
details as possible.
37
+
placeholder: |
38
+
1. ...
39
+
2. ...
40
+
3. ...
41
+
validations:
42
+
required: true
43
+
- type: checkboxes
44
+
attributes:
45
+
label: Please confirm you have understood that you can ONLY report issues with the particular OctoPi-UpToDate build scripts here, not general OctoPrint or OctoPi issues.
46
+
options:
47
+
- label: I confirm that my issue is not about OctoPrint.
48
+
required: true
49
+
- label: I confirm that my issue is not about OctoPi.
50
+
required: true
51
+
- label: I confirm that my issue is only about OctoPi-UpToDate.
0 commit comments