Repository use the GitHub flow as main versioning workflow
- Fork the repository
- Create a new branch for each feature, fix or improvement
- Keep your git history as clean as possible
- Send a pull request from each feature branch to the master 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 us to review and pull in new features or improvements individually.
All pull requests SHOULD adhere to the Conventional Commits specification
You must agree that your patch will be licensed under the MIT License, and when we change the license we will assume that you agreed with the change unless you object to the changes in time.