Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 595 Bytes

File metadata and controls

21 lines (13 loc) · 595 Bytes

Contributing

Thanks for your interest in contributing!

How to contribute

  1. Fork the repo and create your branch from main.
  2. Make focused changes with clear commits.
  3. Ensure the UI still loads in the browser and workflows can be fetched.
  4. Open a pull request with a brief description and screenshots if UI changes.

Reporting issues

  • Include steps to reproduce, expected/actual behavior, and relevant logs.
  • Mention your browser version and ComfyUI version.

Code style

  • Keep changes small and readable.
  • Prefer plain JavaScript and avoid adding heavy dependencies.