SuperRealCo commited on
Commit
7fc3eca
·
verified ·
1 Parent(s): d80f6a7

Delete CONTRIBUTING.md

Browse files
Files changed (1) hide show
  1. CONTRIBUTING.md +0 -41
CONTRIBUTING.md DELETED
@@ -1,41 +0,0 @@
1
- # Contributing to ComfyUI
2
-
3
- Welcome, and thank you for your interest in contributing to ComfyUI!
4
-
5
- There are several ways in which you can contribute, beyond writing code. The goal of this document is to provide a high-level overview of how you can get involved.
6
-
7
- ## Asking Questions
8
-
9
- Have a question? Instead of opening an issue, please ask on [Discord](https://comfy.org/discord) or [Matrix](https://app.element.io/#/room/%23comfyui_space%3Amatrix.org) channels. Our team and the community will help you.
10
-
11
- ## Providing Feedback
12
-
13
- Your comments and feedback are welcome, and the development team is available via a handful of different channels.
14
-
15
- See the `#bug-report`, `#feature-request` and `#feedback` channels on Discord.
16
-
17
- ## Reporting Issues
18
-
19
- Have you identified a reproducible problem in ComfyUI? Do you have a feature request? We want to hear about it! Here's how you can report your issue as effectively as possible.
20
-
21
-
22
- ### Look For an Existing Issue
23
-
24
- Before you create a new issue, please do a search in [open issues](https://github.com/comfyanonymous/ComfyUI/issues) to see if the issue or feature request has already been filed.
25
-
26
- If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Use a reaction in place of a "+1" comment:
27
-
28
- * 👍 - upvote
29
- * 👎 - downvote
30
-
31
- If you cannot find an existing issue that describes your bug or feature, create a new issue. We have an issue template in place to organize new issues.
32
-
33
-
34
- ### Creating Pull Requests
35
-
36
- * Please refer to the article on [creating pull requests](https://github.com/comfyanonymous/ComfyUI/wiki/How-to-Contribute-Code) and contributing to this project.
37
-
38
-
39
- ## Thank You
40
-
41
- Your contributions to open source, large or small, make great projects like this possible. Thank you for taking the time to contribute.