Thank you for your interest in contributing to ZippyX.
-
To ensure a smooth and collaborative environment, please follow these guidelines.
-
Before contributing, set up the project locally using the steps outlined in README.md.
ZippyX use the GitHub flow as main versioning workflow
-
Fork the repository
-
Create a new branch for each feature, fix or improvement
-
Send a pull request from each feature branch to the main branch
It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.
This allow to review and pull in new features or improvements individually.
All pull requests SHOULD adhere to the Conventional Commits specification
Happy Contributing..!!