Skip to content

Commit 721f3d8

Browse files
committed
Update issue template
1 parent cb6ed4d commit 721f3d8

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/ISSUE_TEMPLATE/METHOD_1_BUG_REPORT.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Method 1 Bug Report
22
description: Report a bug if you have disabled SIP and set the boot parameters correctly.
33
title: "[Method 1] "
4-
labels: [bug]
4+
labels: [bug, method1]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/METHOD_2_BUG_REPORT.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Method 2 Bug Report
22
description: Report a bug if you have not disabled SIP.
33
title: "[Method 2] "
4-
labels: [bug]
4+
labels: [bug, method2]
55
body:
66
- type: markdown
77
attributes:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Other Bug Report
2+
description: Other general issue of eligibility_util
3+
title: "[Other] "
4+
labels: [bug, other]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for submitting an issue! Please check #1 to confirm if your issue has already been addressed.
10+
If it hasn't, provide any additional information below.
11+
- type: textarea
12+
id: additional_info
13+
attributes:
14+
label: Additional Information
15+
description: Add any other context or information about the problem here.
16+
placeholder: Provide additional details here...

0 commit comments

Comments
 (0)