Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 694 Bytes

File metadata and controls

15 lines (10 loc) · 694 Bytes

Contributing to MFC

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.