Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 881 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 881 Bytes

How to Contribute

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.

Pull Requests

Conventional Commits use the GitHub flow as main versioning workflow

  1. Fork the repository

  2. Create a new branch for each feature, fix or improvement

  3. 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.

Style Guide

All pull requests SHOULD adhere to the Conventional Commits specification