Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 660 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 660 Bytes

Contributing to Angular Redux

Package Management

This repo utilizes Yarn Workspaces for package management. Please install and use Yarn as your npm client for this project. The npm cli is not supported for package installation.

Commit Message Guidelines

We follow the Conventional Commits guidelines. These are enforced through the use of commitlint. If you would like a more interactive way of formatting your commit messages, run yarn commit once your changes are staged.