Workflow
1
Fork & Branch
Fork the repository and create a new branch for your specific feature or fix:
2
Make Changes
Implement your changes. Ensure you follow the code style enforced by Biome and that all tests pass.
3
Commit
We follow Conventional Commits. Write clear, descriptive messages:
4
Submit PR
Push your branch and open a pull request. Provide a clear description of the problem you are solving.
CI/CD Pipeline
Every push tomain or a pull request triggers our automated pipeline to ensure stability.

