mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 00:39:35 +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>
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
# How to contribute to Langflow
|
|
|
|
Thank you for your interest in contributing!
|
|
|
|
## How to Contribute
|
|
|
|
1. Fork the [Langflow GitHub repository](https://github.com/langflow-ai/langflow).
|
|
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](https://www.conventionalcommits.org/).
|
|
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](./DEVELOPMENT.md).
|
|
|
|
## Documentation Contributions
|
|
|
|
Langflow documentation is built with [Docusaurus](https://docusaurus.io/).
|
|
For setup instructions, see [DEVELOPMENT.md](./DEVELOPMENT.md).
|
|
|
|
## Additional Guides
|
|
|
|
- [Contribute Bundles](./docs/docs/Contributing/contributing-bundles.mdx)
|
|
- [Contribute Components](./docs/docs/Contributing/contributing-components.mdx)
|
|
- [Contribute Tests](./docs/docs/Contributing/contributing-component-tests.mdx)
|
|
- [Contribute Templates](./docs/docs/Contributing/contributing-templates.mdx)
|
|
|
|
Thank you for helping improve Langflow! |