Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit ad62f83

Browse files
authored
Add cleaning status dropdown to bug issue template
Added a dropdown for cartridge pin cleaning status in bug template.
1 parent 78a3780 commit ad62f83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ body:
7777
- Flashrom Programmer
7878
validations:
7979
required: true
80+
- type: dropdown
81+
id: cleaned
82+
attributes:
83+
label: Cartridge pins freshly cleaned?
84+
description: Clean gold fingers with IPA and cotton swap until no more black comes off.
85+
options:
86+
- No
87+
- Yes
88+
validations:
89+
required: false
8090
- type: textarea
8191
id: bug-desc
8292
attributes:

0 commit comments

Comments
 (0)