Skip to content

Commit 3d4ac07

Browse files
[DevTask] Add custom node testing checkbox to issue template (#4041)
1 parent 54055e7 commit 3d4ac07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ body:
1515
- **3:** You confirmed that the bug is not caused by a custom node. You can disable all custom nodes by passing
1616
`--disable-all-custom-nodes` command line argument.
1717
18+
- type: checkboxes
19+
id: custom-nodes-test
20+
attributes:
21+
label: Custom Node Testing
22+
description: Please confirm you have tried to reproduce the issue with all custom nodes disabled.
23+
options:
24+
- label: I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
25+
required: true
26+
1827
- type: textarea
1928
attributes:
2029
label: Frontend Version

0 commit comments

Comments
 (0)