From d27465ac35fcef6a2ac4c2ba8a8056c4418c9b3e Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" <4000772+mcmonkey4eva@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:03:15 -0700 Subject: [PATCH] Updated How to Contribute Code (markdown) --- How-to-Contribute-Code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-Contribute-Code.md b/How-to-Contribute-Code.md index 9ce6833..a8e3b73 100644 --- a/How-to-Contribute-Code.md +++ b/How-to-Contribute-Code.md @@ -2,7 +2,9 @@ For general improvements/bug fixes just make a pull request. +- Before doing anything, make sure your change is wanted. Make sure there's an open Feature Request or Bug Report on the [issues page](https://github.com/comfyanonymous/ComfyUI/issues). - Try to make a single pull request for each change to make reviewing easier, as opposed to large/bulky PRs. + - Especially first time contributors should focus on very simple and small tasks, and take on tougher ones after you've had a PR or two successfully pulled. - avoid adding "sensitive" code, eg `eval(...)`, unless absolutely unavoidable ## Special Cases