Contributing to Vibe Workflow
January 28, 2026 ยท View on GitHub
Thank you for your interest in contributing to Vibe Workflow! We welcome contributions from everyone.
Here are some guidelines to help you get started:
Getting Started
- Clone the repository:
git clone https://github.com/your-username/vibe-workflow.git cd vibe-workflow - Install dependencies:
npm install - Create a branch for your feature or bugfix:
git checkout -b feature/amazing-feature
Development Workflow
- Frontend: Run
npm run dev:appto start the Next.js app. - Library: Run
npm run build:libto rebuild theworkflow-builderpackage. - Backend: Navigate to
server/and run the FastAPI server.
Submission Guidelines
- Ensure your code follows the project's coding standards.
- Test your changes locally.
- Commit your changes with clear, descriptive messages.
- Push your branch to your fork.
- Open a Pull Request against the
mainbranch of the original repository.
Reporting Issues
If you find a bug or have a feature request, please search the issue tracker first. If it doesn't exist, feel free to open a new issue.
License
By contributing, you agree that your contributions will be licensed under the MIT License.