Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

33 lines (24 loc) · 1.49 KB

How to contribute

Contributions are essential for keeping this library great. We try to keep it as easy as possible to contribute changes and we are open to suggestions for making it even easier. There are only a few guidelines that we need contributors to follow.

First Time Setup

  1. Install prerequisites:
  2. Fork and clone the repository
  3. cd alizer
  4. Import the folder as a project inyour favorite IDE

Commit Messages

Commit messages on main branches must follow Conventional Commits. Contributors are encouraged to use them as well, but maintainers will happily fix things up when merging pull requests if needed.

The Conventional Commits specification is a lightweight convention on top of commit messages, which allow us to automate the release process. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.

Your commit messages should be structured as follows:

<type>[optional scope]: <description>

Read more about commit types.

Certificate of Origin

By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO file for details.