Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.49 KB

File metadata and controls

38 lines (25 loc) · 1.49 KB

Contributing to Workglow

Thanks for your interest in contributing to Workglow! We welcome bug reports, documentation improvements, feature requests, and pull requests.

Get involved

Legal (required): Contributor License Agreement (CLA)

To keep licensing simple and to allow Workglow to be distributed and potentially re-licensed (e.g., for dual-licensing), we require contributors to agree to the CLA.

By submitting a pull request, you agree to the terms in CLA.md.

If you are contributing on behalf of an employer, you must ensure you are authorized to do so.

Before opening a pull request

  • Search existing issues/PRs to avoid duplicates.
  • For significant changes, open a Discussion or Issue first to align on direction.

Development workflow (high level)

  1. Fork the repo and create a feature branch.
  2. Make your change with clear commit messages.
  3. Add/update tests and documentation as appropriate.
  4. Ensure formatting/linting checks pass.
  5. Open a PR and describe:
    • what changed
    • why
    • how to test

Security

Please do not open public issues for suspected vulnerabilities. A formal SECURITY.md will be added soon. For now, contact the maintainer via GitHub to coordinate responsible disclosure.