Update bug issue template (#3996)

* Update issue template

* nit
This commit is contained in:
Chenlei Hu 2024-07-10 11:28:15 -04:00 committed by GitHub
parent 8d3f979b63
commit 90389b3b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 43 additions and 40 deletions

View File

@ -1,45 +1,48 @@
name: Bug Report name: Bug Report
description: "Something is broken inside of ComfyUI. (Do not use this if you're just having issues and need help, or if the issue relates to a custom node)" description: "Something is broken inside of ComfyUI. (Do not use this if you're just having issues and need help, or if the issue relates to a custom node)"
labels: [ "Potential Bug" ] labels: ["Potential Bug"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Before submitting a **Bug Report**, please ensure the following: Before submitting a **Bug Report**, please ensure the following:
**1:** You are running the latest version of ComfyUI. - **1:** You are running the latest version of ComfyUI.
**2:** You have looked at the existing bug reports and made sure this isn't already reported. - **2:** You have looked at the existing bug reports and made sure this isn't already reported.
**3:** This is an actual bug in ComfyUI, not just a support question and not caused by an custom node. A bug is when you can specify exact steps to replicate what went wrong and others will be able to repeat your steps and see the same issue happen. - **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.
- **4:** This is an actual bug in ComfyUI, not just a support question. A bug is when you can specify exact
steps to replicate what went wrong and others will be able to repeat your steps and see the same issue happen.
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. 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.
- type: textarea - type: textarea
attributes: attributes:
label: Expected Behavior label: Expected Behavior
description: "What you expected to happen." description: "What you expected to happen."
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Actual Behavior label: Actual Behavior
description: "What actually happened. Please include a screenshot of the issue if possible." description: "What actually happened. Please include a screenshot of the issue if possible."
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Steps to Reproduce label: Steps to Reproduce
description: "Describe how to reproduce the issue. Please be sure to attach a workflow JSON or PNG, ideally one that doesn't require custom nodes to test. If the bug open happens when certain custom nodes are used, most likely that custom node is what has the bug rather than ComfyUI, in which case it should be reported to the node's author." description: "Describe how to reproduce the issue. Please be sure to attach a workflow JSON or PNG, ideally one that doesn't require custom nodes to test. If the bug open happens when certain custom nodes are used, most likely that custom node is what has the bug rather than ComfyUI, in which case it should be reported to the node's author."
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Debug Logs label: Debug Logs
description: "Please copy the output from your terminal logs here." description: "Please copy the output from your terminal logs here."
render: powershell render: powershell
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Other label: Other
description: "Any other additional information you think might be helpful." description: "Any other additional information you think might be helpful."
validations: validations:
required: false required: false