SuperRealCo commited on
Commit
7f5d37c
·
verified ·
1 Parent(s): d756680

Delete .github/ISSUE_TEMPLATE/user-support.yml

Browse files
.github/ISSUE_TEMPLATE/user-support.yml DELETED
@@ -1,40 +0,0 @@
1
- name: User Support
2
- description: "Use this if you need help with something, or you're experiencing an issue."
3
- labels: [ "User Support" ]
4
- body:
5
- - type: markdown
6
- attributes:
7
- value: |
8
- Before submitting a **User Report** issue, please ensure the following:
9
-
10
- **1:** You are running the latest version of ComfyUI.
11
- **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.
12
-
13
- 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
22
- - type: textarea
23
- attributes:
24
- label: Your question
25
- description: "Post your question here. Please be as detailed as possible."
26
- validations:
27
- required: true
28
- - type: textarea
29
- attributes:
30
- label: Logs
31
- description: "If your question relates to an issue you're experiencing, please go to `Server` -> `Logs` -> potentially set `View Type` to `Debug` as well, then copypaste all the text into here."
32
- render: powershell
33
- validations:
34
- required: false
35
- - type: textarea
36
- attributes:
37
- label: Other
38
- description: "Any other additional information you think might be helpful."
39
- validations:
40
- required: false