Contributing to MFC

February 11, 2026 ยท View on GitHub

We welcome contributions of all kinds -- bug fixes, new features, documentation, tests, and issue triage.

Full developer guide: mflowcode.github.io/documentation/contributing.html

Quick Reference

  1. Fork and clone the repository
  2. Create a feature branch: git checkout -b feature/<short-name>
  3. Make your changes and run ./mfc.sh test
  4. Commit (formatting and linting run automatically via pre-commit hook)
  5. Push and open a pull request

See the developer guide for coding standards, testing details, and the full PR process.