From 3d4ac079572c39434d3f54213f9f4039d73485b5 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sun, 1 Jun 2025 02:55:59 -0700 Subject: [PATCH] [DevTask] Add custom node testing checkbox to issue template (#4041) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 45edb60032..20b19ad709 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -15,6 +15,15 @@ body: - **3:** You confirmed that the bug is not caused by a custom node. You can disable all custom nodes by passing `--disable-all-custom-nodes` command line argument. + - type: checkboxes + id: custom-nodes-test + attributes: + label: Custom Node Testing + description: Please confirm you have tried to reproduce the issue with all custom nodes disabled. + options: + - 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) + required: true + - type: textarea attributes: label: Frontend Version