Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.33 KB

Contributing Guidelines

We'd love to accept your contributions to this project. There are just a few small guidelines you need to follow.

How to Contribute

With these steps you can make a contribution:

  1. Fork this repository, develop your changes on that fork
  2. Commit changes
  3. Submit a pull request from your fork to this project.

Before starting, go through the requirements below.

Commits

Please have meaningful commit messages. We recommend the creation of commit messages according to Conventional Commits

Commit Signature Verification

Each commit's signature must be verified.

Pull Requests

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests. See the above stated requirements for PR on this project.

Pre-Commit

Please install pre-commit to enforce some checks before commiting After clone you need to install the hook script manually:

pre-commit install