Skip to main contentWe welcome contributions to Pipeline‑UI! Whether you want to improve the documentation, add new nodes, or submit bug reports, here’s how you can help:
- Fork the Repository: Create your own copy of the code.
- Create a Branch: Work on your changes on a separate branch.
- Write Tests & Update Docs: Make sure your changes are well tested and documented.
- Submit a Pull Request: Open a pull request with a clear description of your changes.
Feel free to reach out on GitHub issues if you have any questions.
The justfile provides a list of commands to build the docs, run the tests, etc.
Run the following command to see the available commands in the pipeline-ui