Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

File metadata and controls

25 lines (18 loc) · 1.04 KB

Contributing

BioFlow core is Apache 2.0. We accept pull requests, but external contributions must clear the inbound license workflow in docs/CLA.md before merge.

Before You Open A PR

  • Keep changes aligned with the public-core boundary in docs/OPEN_CORE.md.
  • Run the checks that match the scope of your change.
  • Keep commits small and reviewable.
  • Avoid adding hosted-only behavior to the public repo.

CLA Workflow

  • First-time external contributors should contact founders@bioflow.io before merge.
  • Maintainers confirm CLA status and keep that record outside the codebase.
  • The required GitHub status check is CLA; external pull requests need the cla-approved label before it passes.
  • The main branch is protected on GitHub, so the CLA check must pass before merge.
  • The CLA is about inbound licensing and future relicensing flexibility. It does not change the Apache 2.0 license on this repository.

Review Focus

  • Deterministic behavior
  • Tests and docs accuracy
  • Security and privacy
  • Fit with the open-core boundary