Skip to content

Commit 644b23a

Browse files
authored
Make custom node testing checkbox optional in issue templates (Comfy-Org#9342)
The checkbox for confirming custom node testing is now optional in both bug report and user support templates. This allows users to submit issues even if they haven't been able to test with custom nodes disabled, making the reporting process more accessible.
1 parent 72fd4d2 commit 644b23a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
description: Please confirm you have tried to reproduce the issue with all custom nodes disabled.
2323
options:
2424
- 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
25+
required: false
2626
- type: textarea
2727
attributes:
2828
label: Expected Behavior

.github/ISSUE_TEMPLATE/user-support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
description: Please confirm you have tried to reproduce the issue with all custom nodes disabled.
1919
options:
2020
- 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)
21-
required: true
21+
required: false
2222
- type: textarea
2323
attributes:
2424
label: Your question

0 commit comments

Comments
 (0)