From cd6cc7a51d2e4ff6cbda56dbf69fbaf4bcb12427 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Mon, 2 Feb 2026 13:08:51 -0800 Subject: [PATCH] fix: make custom nodes checkbox optional (#8546) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Lower the barrier for bug reports by making custom-node info optional rather than a required prerequisite. Many users run custom nodes and can still hit core or interaction bugs that aren't caused by those nodes; even when custom nodes are involved, the issue may still be ours, so this change unblocks reports and feature requests while preserving context. ## Changes - **What**: Replace the required "tested with all custom nodes disabled" checkbox with a neutral "I'm using custom nodes" checkbox to capture context without blocking submissions. ## Review Focus Confirm the new checkbox wording captures custom-node context without discouraging reports from users who can't or shouldn't disable custom nodes. ## Screenshots (if applicable) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8546-fix-make-custom-nodes-checkbox-optional-2fb6d73d3650816fa743e355f1877de1) by [Unito](https://www.unito.io) ## Summary by CodeRabbit * **Documentation** * Updated the bug report issue template to clarify prerequisites: the primary prerequisite remains required, while the custom-nodes option is now optional. This reduces mandatory checklist items and improves guidance on which setup details are essential for effective bug reports. --- .github/ISSUE_TEMPLATE/bug-report.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 032013f7f..bde3829f7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -10,8 +10,7 @@ body: options: - label: I am running the latest version of ComfyUI required: true - - label: I have tested with all custom nodes disabled ([see how](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled)) - required: true + - label: I have custom nodes enabled - type: textarea id: description