mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 07:02:37 +08:00
* docs-contribute-to-rc-not-main (cherry picked from commite5712c3dc7) * docs-gemini3-toolcalling-disabled (cherry picked from commitdb0df7d7ff) * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> (cherry picked from commit14df0d21ef) --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
1.4 KiB
1.4 KiB
How to contribute to Langflow
Thank you for your interest in contributing!
How to Contribute
- Fork the Langflow GitHub repository.
- Create a new branch for your changes.
- Open a GitHub pull request against the active
release-X.Y.Zrelease candidate branch. Do not targetmain. For example, if the latest released version is1.8.0, your pull request should target therelease-1.9.0branch. Include a clear title and description. Reference any issues fixed, for exampleFixes #1234. Ensure your PR title follows semantic commit conventions. - 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!