From a2f2e4e7ac7a20d243ab62f2380e168cc81f34eb Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" <4000772+mcmonkey4eva@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:27:36 -0700 Subject: [PATCH] Updated How to Contribute Code (markdown) --- How-to-Contribute-Code.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/How-to-Contribute-Code.md b/How-to-Contribute-Code.md index f9a8501..493fcf0 100644 --- a/How-to-Contribute-Code.md +++ b/How-to-Contribute-Code.md @@ -11,6 +11,11 @@ For general improvements/bug fixes just make a pull request. ## Special Cases +### Frontend Changes + +- No new frontend features should be pushed to the ComfyUI/web folder. Instead they should be submitted to https://github.com/Comfy-Org/ComfyUI_frontend +- Bugfixes are still welcome in the main repo + ### Adding support for new model architectures Checklist of requirements for a PR that adds support for a new model architecture: