Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 933 Bytes

File metadata and controls

26 lines (15 loc) · 933 Bytes

How to Contribute

Contributor Behavior

Be kind to one another.

Pull Requests

Conventional Commits use the GitHub flow as main versioning workflow

  1. Fork this repository
  2. Create a new branch for each feature, fix or improvement
  3. 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.

Style Guide

All commit messages and pull requests SHOULD adhere to the Conventional Commits specification

License

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.