Skip to content

Commit 41d26cb

Browse files
committed
meta: update issue templates
1 parent f85db46 commit 41d26cb

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml renamed to .github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ body:
1717
attributes:
1818
label: What OctoPi-UpToDate modification is involved?
1919
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
2325
- 80-install-user-fix
2426
- 81-fix-octopi-txt
27+
- 82-fix-welcome-banner
2528
- 99-write-build
2629
validations:
2730
required: true

.github/ISSUE_TEMPLATE/03_dev_bug.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)