File tree Expand file tree Collapse file tree 3 files changed +49
-3
lines changed Expand file tree Collapse file tree 3 files changed +49
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,14 @@ body:
17
17
attributes :
18
18
label : What OctoPi-UpToDate modification is involved?
19
19
options :
20
- - 01-update-octoprint
21
- - 02-update-boot
22
- - 03-update-libcamera-apps
20
+ - 00-enforce-32bit-kernel
21
+ - 01-add-yq
22
+ - 02-update-octoprint
23
+ - 03-update-boot
24
+ - 04-update-libcamera-apps
23
25
- 80-install-user-fix
24
26
- 81-fix-octopi-txt
27
+ - 82-fix-welcome-banner
25
28
- 99-write-build
26
29
validations :
27
30
required : true
Original file line number Diff line number Diff line change
1
+ name : " 🧑💻 Internal: Dev Bug"
2
+ description : Only use this issue type if you are a maintainer or collaborator of OctoPi-UpToDate!
3
+ labels : ["bug"]
4
+ body :
5
+ - type : textarea
6
+ attributes :
7
+ label : The problem
8
+ placeholder : |
9
+ 1. ...
10
+ 2. ...
11
+ 3. ...
12
+ validations :
13
+ required : true
14
+ - type : textarea
15
+ attributes :
16
+ label : Proposed solution
17
+ validations :
18
+ required : true
19
+ - type : textarea
20
+ attributes :
21
+ label : Additional information
22
+ - type : checkboxes
23
+ attributes :
24
+ label : Verification
25
+ options :
26
+ - label : I'm a maintainer or collaborator of OctoPi-UpToDate and allowed to use this issue type
27
+ required : true
Original file line number Diff line number Diff line change
1
+ name : " 🧑💻 Internal: Dev Task"
2
+ description : Only use this issue type if you are a maintainer or collaborator of OctoPi-UpToDate!
3
+ title : " [Task] "
4
+ labels : ["task"]
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : " The task"
9
+ validations :
10
+ required : true
11
+ - type : checkboxes
12
+ attributes :
13
+ label : Verification
14
+ options :
15
+ - label : I'm a maintainer or collaborator of OctoPi-UpToDate and allowed to use this issue type
16
+ required : true
You can’t perform that action at this time.
0 commit comments