Thank you for your interest in contributing to Vibe Workflow! We welcome contributions from everyone.
Here are some guidelines to help you get 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
- 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.
- 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.
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.
By contributing, you agree that your contributions will be licensed under the MIT License.