Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.37 KB

File metadata and controls

33 lines (23 loc) · 1.37 KB

How to contribute to Langflow

Thank you for your interest in contributing!

How to Contribute

  1. Fork the Langflow GitHub repository.
  2. Create a new branch for your changes.
  3. Open a GitHub pull request against the active release-X.Y.Z release candidate branch. Do not target main. For example, if the latest released version is 1.8.0, your pull request should target the release-1.9.0 branch. Include a clear title and description. Reference any issues fixed, for example Fixes #1234. Ensure your PR title follows semantic commit conventions.
  4. A maintainer will review your PR and may request changes.

Development Environment Setup

For detailed instructions on setting up your local development environment, see DEVELOPMENT.md.

Documentation Contributions

Langflow documentation is built with Docusaurus. For setup instructions, see DEVELOPMENT.md.

Additional Guides

Thank you for helping improve Langflow!