redux-storage-engine-jsurl
Version:
jsurl engine for redux-store. Store your state in the url hash.
12 lines (7 loc) • 879 B
Markdown
# Contributing to redux-storage-engine-jsurl
> :+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
*Atom Dev Team* - [CONTRIBUTING.md](https://github.com/atom/atom/blob/master/CONTRIBUTING.md)
## Commit conventions
To keep the automated release and changelog engine running, every commit should follow the [conventional changelog standard](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md) introduced by angular.
After merging into our master branch, this will allow [semantic release](https://github.com/semantic-release/semantic-release) to decide what kind of version to release. An automated changelog will also be created.
Use [Commitizen](https://commitizen.github.io/cz-cli/) to ease up creating commit messages with the conventional changelog standard. It is fully integrated into the project.