We welcome contributions of all kinds -- bug fixes, new features, documentation, tests, and issue triage.
Full developer guide: mflowcode.github.io/documentation/contributing.html
- Fork and clone the repository
- Create a feature branch:
git checkout -b feature/<short-name> - Make your changes and run
./mfc.sh test - Commit (formatting and linting run automatically via pre-commit hook)
- Push and open a pull request
See the developer guide for coding standards, testing details, and the full PR process.