8000 [feat] add custom node testing requirement to issue templates (#8374) · psy-repos-python/ComfyUI@67f57c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67f57c5

Browse files
[feat] add custom node testing requirement to issue templates (comfyanonymous#8374)
Adds mandatory checkbox to bug report and user support templates requiring users to confirm they've tested with custom nodes disabled before submitting issues.
1 parent fd943c9 commit 67f57c5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ body:
1515
steps to replicate what went wrong and others will be able to repeat your steps and see the same issue happen.
1616
1717
If unsure, ask on the [ComfyUI Matrix Space](https://app.element.io/#/room/%23comfyui_space%3Amatrix.org) or the [Comfy Org Discord](https://discord.gg/comfyorg) first.
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
1826
- type: textarea
1927
attributes:
2028
label: Expected Behavior

.github/ISSUE_TEMPLATE/user-support.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ body:
1111
**2:** You have made an effort to find public answers to your question before asking here. In other words, you googled it first, and scrolled through recent help topics.
1212
1313
If unsure, ask on the [ComfyUI Matrix Space](https://app.element.io/#/room/%23comfyui_space%3Amatrix.org) or the [Comfy Org Discord](https://discord.gg/comfyorg) first.
14+
- type: checkboxes
15+
id: custom-nodes-test
16+
attributes:
17+
label: Custom Node Testing
18+
description: Please confirm you have tried to reproduce the issue with all custom nodes disabled.
19+
options:
20+
- 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
1422
- type: textarea
1523
attributes:
1624
label: Your question

0 commit comments

Comments
 (0)
0