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

Delete .github/ISSUE_TEMPLATE/feature-request.yml

Browse files
.github/ISSUE_TEMPLATE/feature-request.yml DELETED
@@ -1,32 +0,0 @@
1
- name: Feature Request
2
- description: "You have an idea for something new you would like to see added to ComfyUI's core."
3
- labels: [ "Feature" ]
4
- body:
5
- - type: markdown
6
- attributes:
7
- value: |
8
- Before submitting a **Feature Request**, please ensure the following:
9
-
10
- **1:** You are running the latest version of ComfyUI.
11
- **2:** You have looked to make sure there is not already a feature that does what you need, and there is not already a Feature Request listed for the same idea.
12
- **3:** This is something that makes sense to add to ComfyUI Core, and wouldn't make more sense as a custom node.
13
-
14
- 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.
15
- - type: textarea
16
- attributes:
17
- label: Feature Idea
18
- description: "Describe the feature you want to see."
19
- validations:
20
- required: true
21
- - type: textarea
22
- attributes:
23
- label: Existing Solutions
24
- description: "Please search through available custom nodes / extensions to see if there are existing custom solutions for this. If so, please link the options you found here as a reference."
25
- validations:
26
- required: false
27
- - type: textarea
28
- attributes:
29
- label: Other
30
- description: "Any other additional information you think might be helpful."
31
- validations:
32
- required: false