Thank you for considering contributing to our collaborative learning environment!
We welcome any suggestions or improvements that can enhance the learning experience for all cohort members.
Conventional Commits 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